67089f8c11
uuid from util-linux is a mandatory dependency since version 2.12.91 and https://cgit.freedesktop.org/fontconfig/commit/configure.ac?id=7b48fd3dd406b926f0e5240b211f72197ed538a9 Fixes: - http://autobuild.buildroot.org/results/49fa1d2da97be979cbc2cb4f83b40f5c2ad8c764 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
config 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/
|