summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-31 16:13:51 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-31 16:14:36 +0100
commitb4bcd25bfa6badd2a4209a64f93d8a7b18bef3e3 (patch)
tree8158899fbbecaa417a46efe09b37e01aedc18143
parentd41dea0d47994591851f27ad47a0102d33c66056 (diff)
downloadembtoolkit-b4bcd25bfa6badd2a4209a64f93d8a7b18bef3e3.tar.gz
embtoolkit-b4bcd25bfa6badd2a4209a64f93d8a7b18bef3e3.tar.bz2
embtoolkit-b4bcd25bfa6badd2a4209a64f93d8a7b18bef3e3.tar.xz
Packages: gettext: use ncurses as dependency instead of termcap
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/misc/gettext/gettext.kconfig1
-rw-r--r--packages/misc/gettext/gettext.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/misc/gettext/gettext.kconfig b/packages/misc/gettext/gettext.kconfig
index 5cbca5d..0ab1fc6 100644
--- a/packages/misc/gettext/gettext.kconfig
+++ b/packages/misc/gettext/gettext.kconfig
@@ -24,6 +24,7 @@
config EMBTK_HAVE_GETTEXT
bool "Have gettext"
+ select EMBTK_HAVE_NCURSES
select OPTION_POSIX_C_LANG_WIDE_CHAR if EMBTK_CLIB_EGLIBC
select OPTION_POSIX_WIDE_CHAR_DEVICE_IO if EMBTK_CLIB_EGLIBC
select OPTION_EGLIBC_LOCALE_CODE if EMBTK_CLIB_EGLIBC
diff --git a/packages/misc/gettext/gettext.mk b/packages/misc/gettext/gettext.mk
index 5334eb2..39e47d7 100644
--- a/packages/misc/gettext/gettext.mk
+++ b/packages/misc/gettext/gettext.mk
@@ -38,7 +38,7 @@ GETTEXT_PKGCONFIGS =
gettext_install: $(GETTEXT_BUILD_DIR)/.installed
-$(GETTEXT_BUILD_DIR)/.installed: termcap_target_install download_gettext \
+$(GETTEXT_BUILD_DIR)/.installed: ncurses_install download_gettext \
$(GETTEXT_BUILD_DIR)/.decompressed $(GETTEXT_BUILD_DIR)/.configured
$(call EMBTK_GENERIC_MESSAGE,"Compiling and installing \
gettext-$(GETTEXT_VERSION) in your root filesystem...")