gnome bbclass: disable introspection
authorKoen Kooi <koen@openembedded.org>
Thu, 14 Oct 2010 08:54:42 +0000 (10:54 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 14 Oct 2010 08:54:42 +0000 (10:54 +0200)
* introspection doesn't work in a cross environment

classes/gnome.bbclass

index d5fbe26..7bc5d9c 100644 (file)
@@ -1,3 +1,4 @@
 inherit gnomebase gtk-icon-cache gconf mime
 
+EXTRA_OECONF += "--enable-introspection=no"