diff options
Diffstat (limited to 'config/companion_libs.in')
-rw-r--r-- | config/companion_libs.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in index 2847f179..3567512c 100644 --- a/config/companion_libs.in +++ b/config/companion_libs.in @@ -58,6 +58,11 @@ config EXPAT_NEEDED select EXPAT select COMPLIBS_NEEDED +config NCURSES_NEEDED + bool + select NCURSES + select COMPLIBS_NEEDED + config COMPLIBS bool @@ -113,6 +118,13 @@ config EXPAT config EXPAT_TARGET bool +config NCURSES + bool + select COMPLIBS + +config NCURSES_TARGET + bool + if LIBICONV source "config/companion_libs/libiconv.in" endif @@ -147,6 +159,11 @@ comment "expat version needed to build for target" depends on !EXPAT source "config/companion_libs/expat.in" endif +if NCURSES || NCURSES_TARGET +comment "ncurses version needed to build for target" + depends on !NCURSES +source "config/companion_libs/ncurses.in" +endif if COMPLIBS |