From: Cliff Brake Date: Wed, 18 Jul 2007 20:19:26 +0000 (+0000) Subject: gst-plugins-base: add DEPENDS on alsa-lib so that gst-plugin-alsa gets built X-Git-Tag: Release-2010-05/1~8868^2~120^2~21^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570faaf1d93a64f3893343327354083e9fab065c;p=openembedded.git gst-plugins-base: add DEPENDS on alsa-lib so that gst-plugin-alsa gets built --- diff --git a/packages/gstreamer/gst-plugins-base_0.10.12.bb b/packages/gstreamer/gst-plugins-base_0.10.12.bb index 69a9a6e515..33b189a0ff 100644 --- a/packages/gstreamer/gst-plugins-base_0.10.12.bb +++ b/packages/gstreamer/gst-plugins-base_0.10.12.bb @@ -1,5 +1,12 @@ require gst-plugins.inc PROVIDES += "gst-plugins" -PR = "r1" + +# gst-plugins-base only builds the alsa plugin +# if alsa has been built and is present. You will +# not get an error if this is not present, just +# a missing alsa plugin +DEPENDS += "alsa-lib" + +PR = "r2"