aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-16 18:05:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-17 09:35:43 +0300
commitc6862c8162bd79c45961a4b9f8f570a3d5346148 (patch)
treebc93ba49c12561dc19b90233b680918498ab14a7 /meta/recipes-gnome/gtk+
parent6c94a53f7c1b674927486fdbf81613b2832bae40 (diff)
downloadopenembedded-core-contrib-c6862c8162bd79c45961a4b9f8f570a3d5346148.tar.gz
gtk+3: disable Xinerama support
GTK+ has enabled by default support for Xinerama, but it's not a build dependency so this can be enabled or disabled depending if xinerama has been built previously. This can cause problems with sstate, and result in situations where PKG_CHECK_MODULES() for GTK+ can appear successful but the CFLAGS are not set. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb b/meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb
index e2a7ef7da0..16e3f1fc2a 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb
@@ -39,6 +39,7 @@ do_configure_prepend() {
EXTRA_OECONF += " \
--disable-gtk2-dependency \
--disable-glibtest \
+ --disable-xinerama \
--enable-modules \
--disable-cups \
"