[oe-commits] Steve Sakoman : gst-plugins.inc: disable introspection

git version control git at git.openembedded.org
Mon Jan 11 16:01:32 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 69f03237e93082dae71daf7c6471abecc043e562
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=69f03237e93082dae71daf7c6471abecc043e562

Author: Steve Sakoman <steve at sakoman.com>
Date:   Fri Jan  8 21:17:57 2010 -0800

gst-plugins.inc: disable introspection

---

 recipes/gstreamer/gst-plugins.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc
index a12c4ed..b76741e 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"





More information about the Openembedded-commits mailing list