aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-22 14:34:31 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-25 09:48:43 -0700
commit7abb8142f909b8266ee38b95ea1748ea6100554a (patch)
treedcc18dd6bd8088e82898fede51cb884d069ed113 /recipes/gstreamer
parentaaf30cc3e147816c63e694ef65951b3cd2dc48c5 (diff)
downloadopenembedded-7abb8142f909b8266ee38b95ea1748ea6100554a.tar.gz
gstreamer: Add bison-native and flex-native to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gstreamer.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer/gstreamer.inc b/recipes/gstreamer/gstreamer.inc
index 4dfe2a05df..18761422f6 100644
--- a/recipes/gstreamer/gstreamer.inc
+++ b/recipes/gstreamer/gstreamer.inc
@@ -3,7 +3,7 @@ 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 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 --enable-introspection=no"