2013-08-22 23:32:44 +02:00
|
|
|
config BR2_PACKAGE_HARFBUZZ
|
|
|
|
bool "harfbuzz"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
HarfBuzz is an OpenType text shaping engine
|
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Software/HarfBuzz/
|
|
|
|
|
|
|
|
Harfbuzz can make optional use of cairo, freetype,
|
|
|
|
glib2 and icu packages if they are selected.
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "harfbuzz needs a toolchain w/ C++"
|
2013-08-22 23:32:44 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|