libunique: disable introspection
authorSteve Sakoman <steve@sakoman.com>
Sat, 9 Jan 2010 05:16:36 +0000 (21:16 -0800)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Jan 2010 13:15:42 +0000 (14:15 +0100)
recipes/gnome/libunique_1.1.2.bb

index c0fbee7..eaa4af5 100644 (file)
@@ -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
 }