[package] add clearsilver Config.in (#5166)
authorFlorian Fainelli <florian@openwrt.org>
Tue, 26 May 2009 15:11:48 +0000 (15:11 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 26 May 2009 15:11:48 +0000 (15:11 +0000)
SVN-Revision: 16093

libs/clearsilver/Config.in [new file with mode: 0644]

diff --git a/libs/clearsilver/Config.in b/libs/clearsilver/Config.in
new file mode 100644 (file)
index 0000000..c05eaab
--- /dev/null
@@ -0,0 +1,11 @@
+config CLEARSILVER_ENABLE_COMPRESSION
+     bool "HTML compression support" if PACKAGE_clearsilver
+     default y if CONFIG_PACKAGE_zlib
+
+config CLEARSILVER_ENABLE_REMOTE_DEBUGGER
+     bool "Remote X CGI debugging" if PACKAGE_clearsilver
+     default n
+
+config CLEARSILVER_ENABLE_GETTEXT
+     bool "Gettext message translation" if PACKAGE_clearsilver
+     default n