gettext-0.18: use included libcroco instead of one provided by build system
authorVasily Khoruzhick <anarsoul@gmail.com>
Mon, 13 Sep 2010 10:57:30 +0000 (10:57 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 15 Sep 2010 17:58:40 +0000 (10:58 -0700)
gettext-native uses system libcroco if it's available, and breaks
compilation in this case.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gettext/gettext_0.18.bb

index b295afb..5ad6459 100644 (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"
 DEPENDS_virtclass-native = "libxml2-native"
 PROVIDES = "virtual/libintl"
@@ -31,6 +31,7 @@ EXTRA_OECONF += "--without-lispdir \
                 --disable-openmp \
                 --with-included-glib \
                 --without-emacs \
+                --with-included-libcroco \
                "
 acpaths = '-I ${S}/gnulib-local/m4/ \
           -I ${S}/gettext-runtime/m4 \