[oe-commits] Otavio Salvador : qt4-embedded: Enable Linux Input support

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 23:15:55 UTC 2013


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Feb 26 18:23:25 2013 -0300

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 at ossystems.com.br>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 fbd8c28..f231e98 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 \





More information about the Openembedded-commits mailing list