change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git] / package / expat / Config.in
index 4c47dcc..9b34c52 100644 (file)
@@ -1,16 +1,15 @@
 config BR2_COMPILE_EXPAT
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBEXPAT
 
 config BR2_PACKAGE_LIBEXPAT
-       tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library"
-#      default m if CONFIG_DEVEL
-       default n
+       prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"
+       tristate
+       default m if CONFIG_DEVEL
        select BR2_COMPILE_EXPAT
        help
          A fast, non-validating, stream-oriented XML parsing library
          
          http://expat.sourceforge.net/
-         
 
This page took 0.021859 seconds and 4 git commands to generate.