[oe] qt4-embedded & tslib

Eric Bénard eric at eukrea.com
Sun Sep 6 12:31:36 UTC 2009


Hi,

in order to get gt4-embedded working with tslib, I had to do the 
following change.
Without this, tslib loads properly the module_raw (input in my case) but 
none of the module (pthres, linear & co) defined in ts.conf (despite the 
fact ts_test & co are running fine).

Eric

diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc
index 95b770a..91b2a6b 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 = "r14"
+INC_PR = "r15"

  QT_BASE_NAME ?= "qt4-embedded"
  QT_BASE_LIB  ?= "libqt-embedded"
@@ -30,7 +30,7 @@ QT_CONFIG_FLAGS += " \
      -qtlibinfix ${QT_LIBINFIX} \
      -qt-decoration-styled -plugin-decoration-default 
-plugin-decoration-windows \
      -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc 
-plugin-gfx-directfb \
-    -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb \
+    -qt-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb \
      -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb \
      -DQT_KEYPAD_NAVIGATION \
      "




More information about the Openembedded-devel mailing list