gstreamer: add missing dependencies on host-flex and host-bison
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 24 Mar 2013 13:42:59 +0000 (13:42 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 25 Mar 2013 07:29:53 +0000 (08:29 +0100)
Fixes:
http://autobuild.buildroot.org/results/f9f32bfd44a3f74ec30fc61594bf6eb04f80f872/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gstreamer/gstreamer.mk

index 3fb913e9d020f5d39d372caa485e3e81bc6ec310..5abce53970aa5b87cd01111f3783c9f2c2c48598 100644 (file)
@@ -27,6 +27,6 @@ GSTREAMER_CONF_OPT = \
                $(if $(BR2_PACKAGE_GSTREAMER_GST_DEBUG),,--disable-gst-debug) \
                $(if $(BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY),,--disable-registry)
 
-GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf
+GSTREAMER_DEPENDENCIES = libglib2 host-pkgconf host-bison host-flex
 
 $(eval $(autotools-package))