gst-plugins.inc: conifugre parameter should start with two hyphens instead of one.
authorStefan Schmidt <stefan@datenfreihafen.org>
Sat, 13 Oct 2007 16:35:02 +0000 (16:35 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Sat, 13 Oct 2007 16:35:02 +0000 (16:35 +0000)
packages/gstreamer/gst-plugins.inc

index 48f33ff..8e8fd0f 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 -disable-cdaudio --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"