diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-19 09:25:21 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-19 09:25:21 +0000 |
commit | e0f429dd3d266b453984aa2b86688301df8871f8 (patch) | |
tree | 4d38d3c3d6c052bee6e7101532a1c390437dad9e /packages/gstreamer/gst-plugins-base_0.10.12.bb | |
parent | e4ca3f5ed310d2f3730ff1e9e646716999a818eb (diff) | |
parent | 658f5d69e4190e450b916577d89c3f77153fe286 (diff) |
merge of '034cb4d5ba90b319f9a706faae008874ee15b7e9'
and '998f0f497d358b8816a0539ed794c21b62f0df02'
Diffstat (limited to 'packages/gstreamer/gst-plugins-base_0.10.12.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins-base_0.10.12.bb | 9 |
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" |