summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-23 14:49:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-17 16:45:33 +0100
commit03aa2ebd27b20e1337cd7d2c4da0c8c291eed8df (patch)
tree73b02333470bd8f0c52777beafaf0e777598aa31 /meta/recipes-gnome
parentd5abb656972306bd74709fe9121920fa8fe763fb (diff)
downloadpoky-03aa2ebd27b20e1337cd7d2c4da0c8c291eed8df.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb1
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 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 += " \
43 --disable-xinerama \ 43 --disable-xinerama \
44 --enable-modules \ 44 --enable-modules \
45 --disable-cups \ 45 --disable-cups \
46 --disable-introspection \
46" 47"
47 48
48do_install_append() { 49do_install_append() {