diff options
Diffstat (limited to 'package/zlib/Config.in')
-rw-r--r-- | package/zlib/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/zlib/Config.in b/package/zlib/Config.in index e39e8abb0..5b85ff7e4 100644 --- a/package/zlib/Config.in +++ b/package/zlib/Config.in @@ -6,3 +6,10 @@ config BR2_PACKAGE_ZLIB gzip and libpng. http://www.gzip.org/zlib/ + +config BR2_PACKAGE_ZLIB_TARGET_HEADERS + bool "zlib headers in target" + default n + depends on BR2_PACKAGE_ZLIB + help + Put headers files in the target. |