diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-16 18:05:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-17 09:37:28 +0300 |
commit | c362bdaade8e278527d3ae7a4934ebd07693b5d3 (patch) | |
tree | 7f20d24d5cd1d820185794db30323c2a897e1dc6 | |
parent | a3e31a334ab9a66f309b9a85a859848f8317abd1 (diff) | |
download | poky-c362bdaade8e278527d3ae7a4934ebd07693b5d3.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.
(From OE-Core rev: c6862c8162bd79c45961a4b9f8f570a3d5346148)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.4.4.bb | 1 |
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() { | |||
39 | EXTRA_OECONF += " \ | 39 | EXTRA_OECONF += " \ |
40 | --disable-gtk2-dependency \ | 40 | --disable-gtk2-dependency \ |
41 | --disable-glibtest \ | 41 | --disable-glibtest \ |
42 | --disable-xinerama \ | ||
42 | --enable-modules \ | 43 | --enable-modules \ |
43 | --disable-cups \ | 44 | --disable-cups \ |
44 | " | 45 | " |