aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-base_0.10.17.bb
blob: 56c9bfab04c24ca6d70f4990b6896d0f9fa8438b (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 libsm"

PR = "r3"