f99659d314
xapp_mkfontscale depends on xproto_xproto & zlib but did not select them. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
config BR2_PACKAGE_XAPP_MKFONTSCALE
|
|
bool "mkfontscale"
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBFONTENC
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
create an index of scalable font files for X
|