From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: qt4-embedded & tslib
Date: Sun, 06 Sep 2009 14:31:36 +0200 [thread overview]
Message-ID: <4AA3ABA8.304@eukrea.com> (raw)
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 \
"
next reply other threads:[~2009-09-06 12:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-06 12:31 Eric Bénard [this message]
2009-09-06 15:03 ` qt4-embedded & tslib 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AA3ABA8.304@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.