change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git] / openwrt / package / cyrus-sasl / Config.in
index 71c2144..599a87c 100644 (file)
@@ -1,9 +1,15 @@
+config BR2_COMPILE_CYRUS_SASL
+       tristate
+       default n
+       depends BR2_PACKAGE_LIBSASL2
+
 config BR2_PACKAGE_LIBSASL2
-       tristate "libsasl2 - General purpose authentication library"
+       prompt "libsasl2.......................... General purpose authentication library"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_CYRUS_SASL
        help
          A general purpose authentication library.
          
          http://asg.web.cmu.edu/sasl/
-         
 
This page took 0.028969 seconds and 4 git commands to generate.