diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-07-18 20:19:26 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-07-18 20:19:26 +0000 |
commit | 570faaf1d93a64f3893343327354083e9fab065c (patch) | |
tree | 113daaa0a3e342688136aa4d577097f1a754028c | |
parent | 697c6f1d580d46cfb87e0813fa3fc5a05a5bb790 (diff) |
gst-plugins-base: add DEPENDS on alsa-lib so that gst-plugin-alsa gets built
-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" |