cdrkit: add zlib select
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 11 Jan 2016 12:46:33 +0000 (09:46 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Jan 2016 16:29:45 +0000 (17:29 +0100)
It's inconsistent with it's DEPENDENCIES otherwise, fixes:
http://autobuild.buildroot.net/results/ac1/ac1e671dcd66c3823cf2e289604ed56f14f7161e/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cdrkit/Config.in

index 3b0b7f1e547c44ddb22290b90bd26256574c5c69..46c0ba9bf25556fb99e6b244ccd37c2546dfe3bc 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_CDRKIT
        # Needed for libbz
        select BR2_PACKAGE_BZIP2
        select BR2_PACKAGE_LIBCAP
+       select BR2_PACKAGE_ZLIB
        depends on BR2_USE_MMU # fork
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
        bool "cdrkit"