summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-base_0.10.9.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-base_0.10.9.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb
new file mode 100644
index 0000000000..88f3a31577
--- /dev/null
+++ b/meta/packages/gstreamer/gst-plugins-base_0.10.9.bb
@@ -0,0 +1,11 @@
1require gst-plugins.inc
2DEPENDS += "libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis tremor"
3PROVIDES_${PN} += "gst-plugins"
4
5EXTRA_OECONF += "--with-plugins=ximagesink,alsa,gnomevfs,ogg,vorbis \
6 --disable-freetypetest --disable-pango --disable-theora"
7
8do_stage() {
9 autotools_stage_all
10}
11