ncurses: set --with-ticlib for widec libs too
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Sun, 29 Aug 2010 16:42:08 +0000 (18:42 +0200)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 29 Aug 2010 19:51:12 +0000 (21:51 +0200)
It was used for narrow lib and there are no reasons why it should not be
set for widec tool.  Noticed by Eric Benard.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
recipes/ncurses/ncurses_5.7.bb

index 2bf0a2f..10cc311 100644 (file)
@@ -39,7 +39,7 @@ ENABLE_WIDEC_virtclass-native = "false"
 # is not available so that the shipped script will be used.
 do_configure() {
         for i in \
-        'narrowc --with-ticlib' \
+        'narrowc' \
         'widec   --enable-widec --without-progs'; do
                 set -- $i
                 mkdir -p $1
@@ -58,6 +58,7 @@ do_configure() {
                         --with-shared \
                         --disable-big-core \
                         --program-prefix= \
+                        --with-ticlib \
                         --with-termlib=tinfo \
                         --enable-sigwinch \
                         --enable-pc-files \