diff options
Diffstat (limited to 'gstreamer/gstreamer_0.8.3.oe')
-rw-r--r-- | gstreamer/gstreamer_0.8.3.oe | 4 |
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} \ |