disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt/staging/wigyori.git] / openwrt / package / glib / Config.in
index 679b200ee4a96af82f0e53fc0730a54ac6f8ae8c..6fa3c673e7a2b53830324e65a99480d76f903cce 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_GLIB
        select BR2_PACKAGE_LIBPTHREAD
        tristate "glib 1.2"
-       default m
+       default m if CONFIG_DEVEL
        help
          GLib is a library containing many useful C routines for things such
          as trees, hashes, and lists.