From: Ross Burton Date: Thu, 16 May 2013 17:05:30 +0000 (+0100) Subject: gtk+3: disable Xinerama support X-Git-Tag: 2015-4~6487 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c6862c8162bd79c45961a4b9f8f570a3d5346148;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 \ "