blob: 5862a65eb2c7365f4b29c69aa3a80cc53b8fadd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require gst-plugins.inc
PR = "${INC_PR}.0"
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 += "pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
|