All of lore.kernel.org
 help / color / mirror / Atom feed
* qt4-embedded & tslib
@ 2009-09-06 12:31 Eric Bénard
  2009-09-06 15:03 ` Holger Hans Peter Freyther
  0 siblings, 1 reply; 12+ messages in thread
From: Eric Bénard @ 2009-09-06 12:31 UTC (permalink / raw)
  To: openembedded-devel

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 \
      "



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-09-25 12:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-06 12:31 qt4-embedded & tslib Eric Bénard
2009-09-06 15:03 ` Holger Hans Peter Freyther
2009-09-06 17:16   ` Eric Bénard
2009-09-06 22:22     ` Matthew Dombroski
2009-09-09  6:49       ` Eric Bénard
2009-09-09 22:02         ` Matthew Dombroski
2009-09-10  2:12           ` Holger Hans Peter Freyther
2009-09-10  3:19             ` Matthew Dombroski
2009-09-10  6:28               ` Eric Bénard
2009-09-24 19:02       ` [PATCH] " Eric Bénard
2009-09-25 11:29         ` Holger Hans Peter Freyther
2009-09-25 12:06           ` Eric Bénard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.