diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:47:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:47:27 +0000 |
commit | 1a4c8ad067fe9dba8dccee1c6ab1ee52241eae86 (patch) | |
tree | dd7e3e93e429a0ba206a1188ac06fbf1f61e6767 /libxine | |
parent | 5d110ac4d8cee4e6f26b22e6898941e4d0ec3761 (diff) |
Add inherit gettext to a libxine build.
BKrev: 419abbbfwsUlI94Th4BUKPa2P2iGkQ
Diffstat (limited to 'libxine')
-rw-r--r-- | libxine/libxine_1.0.0-beta12.oe | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |