diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-20 14:01:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-26 16:37:57 +0100 |
commit | 68ec3d49259bc6721d6c8e0eac4ef93889387e7c (patch) | |
tree | caf4f477912d350a786269bf5914d9d21d3ec25b /meta/recipes-qt/qt4/qt4-x11-free.inc | |
parent | 32edeb391f2107bb66b361cdcd4b8d4447731c33 (diff) | |
download | poky-68ec3d49259bc6721d6c8e0eac4ef93889387e7c.tar.gz |
qt4-x11-free: disable QGtkStyle
This currently leads to a floating dependency on GTK+. Since most users
in an embedded context won't need this, just disable it by default.
Fixes [YOCTO #5116].
(From OE-Core rev: 6bef1e02dff6c6482791ab424d7e5dedeb840cf6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 4b29f55573..369b3d5ae0 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -12,7 +12,7 @@ INC_PR = "r50" | |||
12 | QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " | 12 | QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " |
13 | QT_GLFLAGS_qemux86 = "-opengl" | 13 | QT_GLFLAGS_qemux86 = "-opengl" |
14 | QT_GLFLAGS_qemuppc = "-opengl" | 14 | QT_GLFLAGS_qemuppc = "-opengl" |
15 | QT_X11_FLAGS ?= "-no-xinerama -no-xkb" | 15 | QT_X11_FLAGS ?= "-no-xinerama -no-xkb -no-gtkstyle" |
16 | QT_CONFIG_FLAGS += "${QT_X11_FLAGS}" | 16 | QT_CONFIG_FLAGS += "${QT_X11_FLAGS}" |
17 | QT_BASE_LIB ?= "libqt" | 17 | QT_BASE_LIB ?= "libqt" |
18 | 18 | ||