diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-01-08 21:16:36 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-11 14:15:42 +0100 |
commit | 5b45dbc6c01f02f26e571d097cee75d04f8a29c4 (patch) | |
tree | 39779e38fca0ea93b6d080b3add0ad7bc1181291 /recipes/gnome | |
parent | cd3a6f9aa85b271a59a095c23a94dc15aaed1ae1 (diff) |
libunique: disable introspection
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | 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 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 } |