18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
menuconfig BR2_PACKAGE_FONTCONFIG
|
|
bool "fontconfig"
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_EXPAT
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
Fontconfig is a library for configuring and customizing font
|
|
access.
|
|
|
|
http://www.fontconfig.org/
|
|
|
|
if BR2_PACKAGE_FONTCONFIG
|
|
config BR2_PACKAGE_FONTCONFIG_USE_PREBUILT
|
|
bool "use prebuilt binary instead of building from source"
|
|
default y
|
|
endif
|