[oe-commits] Paul Eggleton : qt4-x11-free: disable QGtkStyle

git at git.openembedded.org git at git.openembedded.org
Thu Sep 26 15:26:00 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6bef1e02dff6c6482791ab424d7e5dedeb840cf6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6bef1e02dff6c6482791ab424d7e5dedeb840cf6

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Sep 20 14:01:26 2013 +0100

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 4b29f55..369b3d5 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"
 



More information about the Openembedded-commits mailing list