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:35:43 +0300 |
commit | c6862c8162bd79c45961a4b9f8f570a3d5346148 (patch) | |
tree | bc93ba49c12561dc19b90233b680918498ab14a7 /meta | |
parent | 6c94a53f7c1b674927486fdbf81613b2832bae40 (diff) | |
download | openembedded-core-c6862c8162bd79c45961a4b9f8f570a3d5346148.tar.gz openembedded-core-c6862c8162bd79c45961a4b9f8f570a3d5346148.tar.bz2 openembedded-core-c6862c8162bd79c45961a4b9f8f570a3d5346148.zip |
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')
-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() { EXTRA_OECONF += " \ --disable-gtk2-dependency \ --disable-glibtest \ + --disable-xinerama \ --enable-modules \ --disable-cups \ " |