add libmenu to ncurses package
[openwrt-10.03/.git] / package / ncurses / Config.in
index 9d6770cc7a34a1511aa11f9608740c6a665c1a93..fd82fbac51168c16b92088bb6beef79ae22f5cbb 100644 (file)
@@ -1,9 +1,12 @@
-config BR2_PACKAGE_NCURSES
-       tristate "ncurses"
-       default m
+config BR2_PACKAGE_LIBNCURSES
+       tristate "libncurses - Terminal handling library"
+       default m if CONFIG_DEVEL
        help
          A terminal handling library
          
          http://www.gnu.org/software/ncurses/
          
 
+config BR2_PACKAGE_NCURSES
+       tristate
+       default BR2_PACKAGE_LIBNCURSES