file: select zlib
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 2 Sep 2008 13:54:58 +0000 (13:54 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 2 Sep 2008 13:54:58 +0000 (13:54 -0000)
file depends on zlib, so make it visible in kconfig.

package/file/Config.in

index 2c0bc39fbf6550cb82460047060cc5ae2451e244..dede331e492f92e86de1f964978cc0aef2a58e23 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_FILE
        bool "file"
+       select BR2_PACKAGE_ZLIB
        help
          Program to identify a file's format by scanning binary data
          for known patterns.