[oe-commits] Robert Yang : qt4-x11-free: enable -accessibility and -sm

git at git.openembedded.org git at git.openembedded.org
Fri Mar 30 15:09:25 UTC 2012


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Mar 30 13:29:54 2012 +0800

qt4-x11-free: enable -accessibility and -sm

Is it possible to enable the "-sm -accessibility" in oe-core, please?
There is a meta-kde layer which requires the "-sm -accessibility", but
they are disabled in meta/recipes-qt/qt4/qt4.inc:

QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"

I checked the log of the qt4, can't find the related log for
"-no-accessibility -no-sm".

Another way is use the bbappend, but it would be great if it can be
enabled in oe-core.

This only enables for qt4-x11, doesn't enable for qt4-embedded, and
have done testing on: qemux86, qemuarm, qemumips, qemuppc.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-qt/qt4/qt4-x11-free.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index 072c522..a59198d 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -13,6 +13,9 @@ QT_GLFLAGS_qemuppc = "-opengl"
 QT_CONFIG_FLAGS += "-no-xinerama -no-xkb"
 QT_BASE_LIB  ?= "libqt"
 
+# required by kdelibs4
+QT_DISTRO_FLAGS = "-accessibility -sm"
+
 inherit qt4x11
 
 do_install_append() {





More information about the Openembedded-commits mailing list