[oe-commits] Koen Kooi : gtk+ 2.20.1: disable introspection

git version control git at git.openembedded.org
Mon Oct 18 12:56:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c7e3dc8673cbe3140c7fa789d31cd2b4b55316db
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c7e3dc8673cbe3140c7fa789d31cd2b4b55316db

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Oct 18 14:52:00 2010 +0200

gtk+ 2.20.1: disable introspection

---

 recipes/gtk+/gtk+_2.20.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb
index 6ef5e5b..9cffee1 100644
--- a/recipes/gtk+/gtk+_2.20.1.bb
+++ b/recipes/gtk+/gtk+_2.20.1.bb
@@ -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-*"





More information about the Openembedded-commits mailing list