From: Chris Larson Date: Wed, 17 Nov 2004 02:47:27 +0000 (+0000) Subject: Add inherit gettext to a libxine build. X-Git-Tag: Release-2010-05/1~16191 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4c8ad067fe9dba8dccee1c6ab1ee52241eae86;p=openembedded.git Add inherit gettext to a libxine build. BKrev: 419abbbfwsUlI94Th4BUKPa2P2iGkQ --- diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe index d7fa29155e..2ffaccdb7e 100644 --- a/libxine/libxine_1.0.0-beta12.oe +++ b/libxine/libxine_1.0.0-beta12.oe @@ -9,7 +9,7 @@ PRIORITY = "optional" DEPENDS = "zlib libogg tremor libmad" PR = "r4" -inherit autotools pkgconfig binconfig +inherit autotools pkgconfig binconfig gettext SRC_URI = "${SOURCEFORGE_MIRROR}/xine/xine-lib-1-beta12.tar.gz \ file://full.patch;patch=1 \ @@ -31,7 +31,7 @@ do_configure() { --enable-shared --disable-static --prefix=${prefix} \ --with-zlib-path=${STAGING_DIR}/${HOST_SYS} --with-vorbis-prefix=${STAGING_DIR}/${HOST_SYS} \ --disable-oggtest --with-ogg-prefix=${STAGING_DIR}/${HOST_SYS} --without-x \ - --disable-iconv --disable-nls --without-arts --without-sdl \ + --disable-iconv --without-arts --without-sdl \ --disable-aalib }