X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0cfd99d729c2d53031c2d564a4b70760eb1a7c30..e31f9b3f6cdc9554b25b5afc81a0f016ef60f494:/package/ncurses/Config.in diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index fd82fbac5..1fbdd7b3f 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -1,12 +1,14 @@ +config BR2_COMPILE_NCURSES + bool + depends BR2_PACKAGE_LIBNCURSES + config BR2_PACKAGE_LIBNCURSES - tristate "libncurses - Terminal handling library" + prompt "libncurses........................ Terminal handling library" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_NCURSES help A terminal handling library http://www.gnu.org/software/ncurses/ - -config BR2_PACKAGE_NCURSES - tristate - default BR2_PACKAGE_LIBNCURSES