gstreamer: missed gstreamer.inc update
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 10 Oct 2014 21:08:34 +0000 (00:08 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 10 Oct 2014 21:08:34 +0000 (00:08 +0300)
recipes/gstreamer/gstreamer.inc

index aff25e7..1876142 100644 (file)
@@ -3,10 +3,10 @@ require gst-common.inc
 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 = "libxml2 glib-2.0 gettext-native popt"
+DEPENDS += "libxml2 glib-2.0 popt bison-native flex-native"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2;name=archive"
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no"
+EXTRA_OECONF += "--disable-docs-build --disable-dependency-tracking --with-check=no --enable-introspection=no"
 
 FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
 FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"