gst-plugins.inc: Disable cdaudio as it breaks if you have libcdaudio-dev
authorStefan Schmidt <stefan@datenfreihafen.org>
Fri, 12 Oct 2007 07:58:59 +0000 (07:58 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 12 Oct 2007 07:58:59 +0000 (07:58 +0000)
installed. Patch by Mike Montour <mail@mmontour.net>

packages/gstreamer/gst-plugins.inc

index 24eb54a..48f33ff 100644 (file)
@@ -6,7 +6,7 @@ PACKAGES_DYNAMIC = "gst-plugin-*"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
 
-EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " 
+EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl -disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} "
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"