1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

gettext: Fix path to ncurses library

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-08-25 15:03:52 +01:00
parent 539eb284cf
commit 7859b4c9bd
+2 -1
View File
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPLv3"
PR = "r2"
PR = "r3"
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
PROVIDES = "virtual/libintl"
@@ -26,6 +26,7 @@ EXTRA_OECONF += "--without-lispdir \
--disable-native-java \
--disable-openmp \
--with-included-glib \
--with-libncurses-prefix=${STAGING_LIBDIR}/.. \
--without-emacs \
"