From 5b45dbc6c01f02f26e571d097cee75d04f8a29c4 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Fri, 8 Jan 2010 21:16:36 -0800 Subject: libunique: disable introspection --- recipes/gnome/libunique_1.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/gnome/libunique_1.1.2.bb') diff --git a/recipes/gnome/libunique_1.1.2.bb b/recipes/gnome/libunique_1.1.2.bb index c0fbee73be..eaa4af50a8 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 } -- cgit 1.2.3-korg