From 03aa2ebd27b20e1337cd7d2c4da0c8c291eed8df Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 23 May 2013 14:49:02 +0100 Subject: [PATCH] gtk+3: explicitly disable introspection If someone is/has been using meta-gir then it's possible for this floating option to become enabled. (From OE-Core rev: 0f761f528b07b0063da4a5a2d015e4acc8a4aa89) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | 1 + 1 file changed, 1 insertion(+) 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 3c03addc3c..9bd5b9d5f1 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() {