summaryrefslogtreecommitdiff
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-19 22:40:02 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-19 22:40:02 +0000
commit5ba491d8e43f191d8543f59057fd00a211aa6217 (patch)
tree5b998d3460f899326028acd9379943f54ba82b88 /packages/gstreamer
parent0fed4443d244760bf7879685d85ea5763ff7bb82 (diff)
parent2e747d3e035660f279e778c606d8f3fd8845feba (diff)
merge of '2d7a4954a028d357fdb005ec7dc50e56f4e997f4'
and 'cde22aa5c39460e2787e0255619a9416ebfb680d'
Diffstat (limited to 'packages/gstreamer')
-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"