gst-plugins.inc: disable introspection
authorSteve Sakoman <steve@sakoman.com>
Sat, 9 Jan 2010 05:17:57 +0000 (21:17 -0800)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Jan 2010 13:15:43 +0000 (14:15 +0100)
recipes/gstreamer/gst-plugins.inc

index a12c4ed..b76741e 100644 (file)
@@ -9,7 +9,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 = "--enable-introspection=no --disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} "
 EXTRA_OECONF_append_shr = " --disable-dvdnav "
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"