gtk+ 2.20.1: disable introspection
authorKoen Kooi <koen@openembedded.org>
Mon, 18 Oct 2010 12:52:00 +0000 (14:52 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 18 Oct 2010 12:52:00 +0000 (14:52 +0200)
recipes/gtk+/gtk+_2.20.1.bb

index 6ef5e5b..9cffee1 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI_append = "file://gtk-dnd-grab-deadlock-fix.patch \
 SRC_URI[gtk.md5sum] = "53e6f3a93bd22934878fc4a4a34c68aa"
 SRC_URI[gtk.sha256sum] = "0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65"
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 BBCLASSEXTEND = "native"
 
@@ -23,7 +23,7 @@ PROVIDES_virtclass-native = "gdk-pixbuf-csource-native"
 XKBTOGGLE = " --disable-xkb"
 XKBTOGGLE_angstrom = ""
 
-EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
+EXTRA_OECONF = " --enable-introspection=no --with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes"
 EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg --disable-cups"
 
 PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"