summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gst-plugins-base_0.10.12.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-19 01:18:50 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-19 01:18:50 +0000
commitb4dbc0f229706f169b33eb478f62ce065edae61e (patch)
treed319d1b08c2d4ea505b559858a4d1807005f8a35 /packages/gstreamer/gst-plugins-base_0.10.12.bb
parentcda21bd20ab36ba06f41ee2f5b784e2a3a796337 (diff)
parentb5685fa7372375a49eb75404e8eca57442c7a605 (diff)
merge of '14f874ae0b95326d50f278e8f1b43bd8b7c2c64b'
and 'b708d327d3c09e6ae9bd16d649c15ba7eced9af0'
Diffstat (limited to 'packages/gstreamer/gst-plugins-base_0.10.12.bb')
-rw-r--r--packages/gstreamer/gst-plugins-base_0.10.12.bb9
1 files changed, 8 insertions, 1 deletions
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"