summaryrefslogtreecommitdiff
path: root/libxine/libxine_1.0.0-rc7.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
commit81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch)
treeb6561031bc2909b0bc39a9ede50e737f4628dbe7 /libxine/libxine_1.0.0-rc7.oe
parentbb258ec60a86e5e9c92f9a783970023401ec8731 (diff)
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/16 00:34:37-06:00 handhelds.org!kergoth Make some packages that were setting --(dis|en)able-nls use the gettext oeclass instead. BKrev: 41999f95y5kOtyn8kkalbqOVb83Jng
Diffstat (limited to 'libxine/libxine_1.0.0-rc7.oe')
-rw-r--r--libxine/libxine_1.0.0-rc7.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxine/libxine_1.0.0-rc7.oe b/libxine/libxine_1.0.0-rc7.oe
index 15c8184470..ae8ae987c0 100644
--- a/libxine/libxine_1.0.0-rc7.oe
+++ b/libxine/libxine_1.0.0-rc7.oe
@@ -31,7 +31,7 @@ MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
DEPENDS = "zlib libogg libvorbis libmad"
PROVIDES = "virtual/libxine"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
S = "${WORKDIR}/xine-lib-1-rc7"
@@ -55,7 +55,7 @@ EXTRA_OECONF="-with-zlib-path=${STAGING_DIR}/${HOST_SYS} \
--enable-shared --disable-static \
--disable-fb --disable-alsa --disable-vcd \
--disable-asf --disable-faad --disable-iconv \
- --disable-nls --disable-aalib --with-xv-path=${STAGING_LIBDIR} \
+ --disable-aalib --with-xv-path=${STAGING_LIBDIR} \
--without-v4l --without-arts --without-sdl"
do_compile() {