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:14 +0100 |
commit | 6bef1e02dff6c6482791ab424d7e5dedeb840cf6 (patch) | |
tree | 0890c01cc4a5f33a263ac27140e762c2765df588 /meta/recipes-qt | |
parent | 2ec171cb188601bf18c6c2895870907024b1c52a (diff) | |
download | openembedded-core-contrib-6bef1e02dff6c6482791ab424d7e5dedeb840cf6.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].
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')
-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 4b29f55573e..369b3d5ae0d 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" QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " QT_GLFLAGS_qemux86 = "-opengl" QT_GLFLAGS_qemuppc = "-opengl" -QT_X11_FLAGS ?= "-no-xinerama -no-xkb" +QT_X11_FLAGS ?= "-no-xinerama -no-xkb -no-gtkstyle" QT_CONFIG_FLAGS += "${QT_X11_FLAGS}" QT_BASE_LIB ?= "libqt" |