gst-plugins-base: add DEPENDS on alsa-lib so that gst-plugin-alsa gets built
authorCliff Brake <cbrake@bec-systems.com>
Wed, 18 Jul 2007 20:19:26 +0000 (20:19 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 18 Jul 2007 20:19:26 +0000 (20:19 +0000)
packages/gstreamer/gst-plugins-base_0.10.12.bb

index 69a9a6e..33b189a 100644 (file)
@@ -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"