[oe-commits] Ross Burton : gtk+3: explicitly disable introspection

git at git.openembedded.org git at git.openembedded.org
Mon Jun 17 15:56:08 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 0f761f528b07b0063da4a5a2d015e4acc8a4aa89
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0f761f528b07b0063da4a5a2d015e4acc8a4aa89

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu May 23 14:49:02 2013 +0100

gtk+3: explicitly disable introspection

If someone is/has been using meta-gir then it's possible for this floating
option to become enabled.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb
index 3c03add..9bd5b9d 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb
@@ -43,6 +43,7 @@ EXTRA_OECONF += " \
                  --disable-xinerama \
                  --enable-modules \
                  --disable-cups \
+                 --disable-introspection \
 "
 
 do_install_append() {



More information about the Openembedded-commits mailing list