diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-03-30 09:44:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:09 +0100 |
commit | c312cf768fa589f13cab12a1bed69b5b5d488226 (patch) | |
tree | 675c46b27bb562e7c326e2e63b46eea1b5478270 /meta/recipes-qt/qt4/qt4-x11-free.inc | |
parent | 688b1ca792a9ce5b3aff3fd3b0fa075fca5a8e81 (diff) | |
download | poky-c312cf768fa589f13cab12a1bed69b5b5d488226.tar.gz |
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.
(From OE-Core rev: 678973a9ad258b466295a666cbcd56df15a57c7c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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 | 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 072c522d43..a59198d1a6 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" | |||
13 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb" | 13 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb" |
14 | QT_BASE_LIB ?= "libqt" | 14 | QT_BASE_LIB ?= "libqt" |
15 | 15 | ||
16 | # required by kdelibs4 | ||
17 | QT_DISTRO_FLAGS = "-accessibility -sm" | ||
18 | |||
16 | inherit qt4x11 | 19 | inherit qt4x11 |
17 | 20 | ||
18 | do_install_append() { | 21 | do_install_append() { |