aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-02-26 18:23:25 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:14:40 +0000
commit095a64abaf3b47d7621b2ada7221763c49b8f1ca (patch)
treef46aa38c3f4b27b5fa8c149ac2340267614df805 /meta/recipes-qt
parenta2f5a228422f9807fa21de88ad589853817695f8 (diff)
downloadopenembedded-core-095a64abaf3b47d7621b2ada7221763c49b8f1ca.tar.gz
qt4-embedded: Enable Linux Input support
This allow use of Linux Input directly so being able to use 'evdev' driver for keyboard use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/qt4/qt4-embedded.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index fbd8c28f77..f231e98356 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -17,7 +17,7 @@ QT_EMBEDDED_FLAGS ?= " \
QT_EMBEDDED_EXTRA_FLAGS ?= " \
-plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \
-plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \
- -qt-kbd-tty \
+ -qt-kbd-tty -qt-kbd-linuxinput \
"
QT_EMBEDDED_KEYPAD_FLAGS ?= " \
-DQT_KEYPAD_NAVIGATION \