diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-02-26 18:23:25 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:50 +0000 |
commit | fdfa57afdef6a414ac068bdfcd1a24c5e27e1264 (patch) | |
tree | 99ddfef2f3239627bef0dd84fcbe82b65ef92df3 /meta | |
parent | 0d2b60e2d657c17beb1242893a18707465843e01 (diff) | |
download | poky-fdfa57afdef6a414ac068bdfcd1a24c5e27e1264.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.
(From OE-Core rev: 095a64abaf3b47d7621b2ada7221763c49b8f1ca)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 |
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 ?= " \ | |||
17 | QT_EMBEDDED_EXTRA_FLAGS ?= " \ | 17 | QT_EMBEDDED_EXTRA_FLAGS ?= " \ |
18 | -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ | 18 | -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ |
19 | -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \ | 19 | -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \ |
20 | -qt-kbd-tty \ | 20 | -qt-kbd-tty -qt-kbd-linuxinput \ |
21 | " | 21 | " |
22 | QT_EMBEDDED_KEYPAD_FLAGS ?= " \ | 22 | QT_EMBEDDED_KEYPAD_FLAGS ?= " \ |
23 | -DQT_KEYPAD_NAVIGATION \ | 23 | -DQT_KEYPAD_NAVIGATION \ |