aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-01-08 21:17:57 -0800
committerKoen Kooi <koen@openembedded.org>2010-01-11 14:15:43 +0100
commit69f03237e93082dae71daf7c6471abecc043e562 (patch)
tree008decb6d667a58a9ba3bd5fff4ce21142ed5574 /recipes/gstreamer
parent5b45dbc6c01f02f26e571d097cee75d04f8a29c4 (diff)
downloadopenembedded-69f03237e93082dae71daf7c6471abecc043e562.tar.gz
gst-plugins.inc: disable introspection
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r--recipes/gstreamer/gst-plugins.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc
index a12c4ed5e1..b76741e130 100644
--- a/recipes/gstreamer/gst-plugins.inc
+++ b/recipes/gstreamer/gst-plugins.inc
@@ -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"