summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-01-06 22:09:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-21 11:32:08 +0100
commit2e61aaa7c49653df181061199f7ecd6f6007d58f (patch)
treec9cc87aee685ce700b4d30444b75cb56c5bc1626
parent2f75196d90be8aadd11f48346130e4cee81ed6b0 (diff)
downloadbuildroot-2e61aaa7c49653df181061199f7ecd6f6007d58f.tar.gz
buildroot-2e61aaa7c49653df181061199f7ecd6f6007d58f.zip
package/x11r7/xlib_libfontenc: select zlib
xlib_libfontenc depends on the zlib package but doesn't select it. Signed-off-by: Romain Naour <romain.naour@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/x11r7/xlib_libfontenc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xlib_libfontenc/Config.in b/package/x11r7/xlib_libfontenc/Config.in
index d2a30234fc..d25e96a5a5 100644
--- a/package/x11r7/xlib_libfontenc/Config.in
+++ b/package/x11r7/xlib_libfontenc/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XLIB_LIBFONTENC
bool "libfontenc"
select BR2_PACKAGE_XPROTO_XPROTO
+ select BR2_PACKAGE_ZLIB
help
X.Org fontenc library
OpenPOWER on IntegriCloud