summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-07-13 21:51:36 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-14 22:14:57 +0200
commitf99659d314d535f35e21f2d1003b8c813a7adfc0 (patch)
treea66c92cf232d4dae33ccddd6edfcde664d589621
parent9987955106b838913f3960a992a868e8e185739a (diff)
downloadbuildroot-f99659d314d535f35e21f2d1003b8c813a7adfc0.tar.gz
buildroot-f99659d314d535f35e21f2d1003b8c813a7adfc0.zip
package/x11r7/xapp_mkfontscale: select dependencies
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>
-rw-r--r--package/x11r7/xapp_mkfontscale/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/x11r7/xapp_mkfontscale/Config.in b/package/x11r7/xapp_mkfontscale/Config.in
index 540dd455ff..0cfee6ad05 100644
--- a/package/x11r7/xapp_mkfontscale/Config.in
+++ b/package/x11r7/xapp_mkfontscale/Config.in
@@ -3,5 +3,7 @@ config BR2_PACKAGE_XAPP_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
OpenPOWER on IntegriCloud