aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-base_0.10.17.bb
blob: 33b189a0ffcc19c7a0643f179bad444e3b0850b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require gst-plugins.inc

PROVIDES += "gst-plugins"

# 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"