[OE-core] [PATCH] gtk+3: disable Xinerama support

Ross Burton ross.burton at intel.com
Thu May 16 17:05:30 UTC 2013


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 at intel.com>
---
 meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb |    1 +
 1 file changed, 1 insertion(+)

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 e2a7ef7..16e3f1f 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 \
 "
-- 
1.7.10.4





More information about the Openembedded-core mailing list