[oe-commits] Steve Sakoman : libunique: disable introspection

git version control git at git.openembedded.org
Mon Jan 11 13:17:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5b45dbc6c01f02f26e571d097cee75d04f8a29c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5b45dbc6c01f02f26e571d097cee75d04f8a29c4

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

libunique: disable introspection

---

 recipes/gnome/libunique_1.1.2.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/libunique_1.1.2.bb b/recipes/gnome/libunique_1.1.2.bb
index c0fbee7..eaa4af5 100644
--- a/recipes/gnome/libunique_1.1.2.bb
+++ b/recipes/gnome/libunique_1.1.2.bb
@@ -5,6 +5,8 @@ inherit autotools_stage gnome lib_package
 
 DEPENDS = "gtk+ dbus"
 
+EXTRA_OECONF = "--enable-introspection=no"
+
 do_configure_prepend() {
 	sed -i -e 's: doc : :g' ${S}/Makefile.am
 }





More information about the Openembedded-commits mailing list