summaryrefslogtreecommitdiff
path: root/gstreamer/gstreamer_0.8.3.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
commit654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch)
treeca9cd607501caf80b5964f78caef764cc6c25172 /gstreamer/gstreamer_0.8.3.oe
parent81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff)
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'gstreamer/gstreamer_0.8.3.oe')
-rw-r--r--gstreamer/gstreamer_0.8.3.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer/gstreamer_0.8.3.oe b/gstreamer/gstreamer_0.8.3.oe
index 4c1956970d..4ab93c2e2d 100644
--- a/gstreamer/gstreamer_0.8.3.oe
+++ b/gstreamer/gstreamer_0.8.3.oe
@@ -2,7 +2,7 @@ PR = "r1"
DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native libxml2 popt"
+DEPENDS = "glib-2.0 libxml2 popt"
SECTION = "x11/network"
PRIORITY = "optional"
@@ -15,7 +15,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz
EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \