diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-01 19:04:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-01 19:04:38 +0000 |
commit | 3bc3601da9a509bb64b3c0b38202f09998c190fc (patch) | |
tree | f7d846f6cb1abae17ed118d52328af960f5f620c /packages/gstreamer/gst-plugins_0.8.7.bb | |
parent | 57c73bb9ef711a363673009ffd7bbc9e95f97b79 (diff) |
Disable cairo support in gst-plugins since it uses the old api, 0.8.10 uses the new api, but someone else will have to add that
Diffstat (limited to 'packages/gstreamer/gst-plugins_0.8.7.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins_0.8.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gstreamer/gst-plugins_0.8.7.bb b/packages/gstreamer/gst-plugins_0.8.7.bb index 517f28359f..430830e392 100644 --- a/packages/gstreamer/gst-plugins_0.8.7.bb +++ b/packages/gstreamer/gst-plugins_0.8.7.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Plugins for GStreamer" SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r2" +PR = "r3" DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag gpe-soundserver gconf" @@ -14,7 +14,8 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.ta EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \ --disable-artsc --disable-jack --disable-libfame --disable-sdl --disable-shout2 \ - --disable-gnome_vfs --disable-gconf --disable-libcaca --disable-directfb " + --disable-gnome_vfs --disable-gconf --disable-libcaca --disable-directfb \ + --disable-cairo" inherit autotools pkgconfig gconf |