]> code.ossystems Code Review - openembedded-core.git/commit
qt4-x11-free: enable -accessibility and -sm
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 30 Mar 2012 01:44:47 +0000 (09:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Apr 2012 14:51:34 +0000 (15:51 +0100)
commit678973a9ad258b466295a666cbcd56df15a57c7c
tree3fe14bb31a78b4a202caa2ceb1e376f2a7432188
parent01e14ae25c133e46603d01a72d0372c111e12f11
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@windriver.com>
meta/recipes-qt/qt4/qt4-x11-free.inc