[oe-commits] Michael 'Mickey' Lauer : qt4-embedded: enable support for the built-in LinuxInput keyboard driver

git version control git at git.openembedded.org
Fri Apr 22 12:15:05 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c7c2ebead10c5553d17a3d0f900d24713dafbfd5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c7c2ebead10c5553d17a3d0f900d24713dafbfd5

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Apr 22 14:22:55 2011 +0200

qt4-embedded: enable support for the built-in LinuxInput keyboard driver

---

 recipes/qt4/qt4-embedded.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc
index 223c4f3..af9d545 100644
--- a/recipes/qt4/qt4-embedded.inc
+++ b/recipes/qt4/qt4-embedded.inc
@@ -4,7 +4,7 @@ LICENSE = "GPL QPL"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 DEPENDS += "directfb tslib"
-INC_PR = "r27"
+INC_PR = "r28"
 
 QT_BASE_NAME ?= "qt4-embedded"
 QT_BASE_LIB  ?= "libqt-embedded"
@@ -34,7 +34,7 @@ QT_CONFIG_FLAGS += " \
     -qtlibinfix ${QT_LIBINFIX} \
     -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 \
     -DQT_KEYPAD_NAVIGATION \
     "
 





More information about the Openembedded-commits mailing list