blob: 3086d93ffd861e0ee8bb8fda830ecffab6e20c17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require gst-plugins.inc
PROVIDES += "gst-plugins"
PR = "r2"
# 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 += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
|