From: Koen Kooi Date: Mon, 1 Aug 2005 19:04:38 +0000 (+0000) Subject: Disable cairo support in gst-plugins since it uses the old api, 0.8.10 uses the new... X-Git-Tag: Release-2010-05/1~9453^2~4014^2~4^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc3601da9a509bb64b3c0b38202f09998c190fc;p=openembedded.git 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 --- 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 " -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