mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Commit67089f8c11"package/fontconfig: add util-linux mandatory dependency" added the dependency on util-linux because of uuid [1]. This dependency was later replaced [2], so drop the util-linux dependency. [1]7b48fd3dd4[2]c4324f54eeSigned-off-by: Thomas Devoogdt <thomas@devoogdt.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
config BR2_PACKAGE_FONTCONFIG
|
|
bool "fontconfig"
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_EXPAT
|
|
help
|
|
Fontconfig is a library for configuring and customizing font
|
|
access.
|
|
|
|
http://www.fontconfig.org/
|