[packages] clearsilver: fix Config.in handling and refresh patches
[openwrt/svn-archive/archive.git] / libs / clearsilver / Config.in
index c05eaab438aea785c5c6daa67b4356aa605f677a..9aa5c32c5cab048a7a7d74d6001295471043be14 100644 (file)
@@ -1,11 +1,12 @@
 config CLEARSILVER_ENABLE_COMPRESSION
-     bool "HTML compression support" if PACKAGE_clearsilver
-     default y if CONFIG_PACKAGE_zlib
+       bool "HTML compression support"
+       default y if PACKAGE_zlib
+       select PACKAGE_zlib
 
 config CLEARSILVER_ENABLE_REMOTE_DEBUGGER
-     bool "Remote X CGI debugging" if PACKAGE_clearsilver
-     default n
+       bool "Remote X CGI debugging"
+       default n
 
 config CLEARSILVER_ENABLE_GETTEXT
-     bool "Gettext message translation" if PACKAGE_clearsilver
-     default n
+       bool "Gettext message translation"
+       default n