All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib
@ 2016-08-19  8:01 Maxin B. John
  2016-08-19  8:01 ` [meta-qt4][PATCH 2/2] packagegroup-core-qt4e: updates based on tslib dependency Maxin B. John
  2016-08-19  8:13 ` [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib Martin Jansa
  0 siblings, 2 replies; 7+ messages in thread
From: Maxin B. John @ 2016-08-19  8:01 UTC (permalink / raw)
  To: yocto; +Cc: paul.eggleton

make tslib dependency optional

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 recipes-qt4/qt4/qt4-embedded.inc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-embedded.inc
index 3f40b82..6e7cd86 100644
--- a/recipes-qt4/qt4/qt4-embedded.inc
+++ b/recipes-qt4/qt4/qt4-embedded.inc
@@ -2,7 +2,9 @@ SUMMARY = "Cross-platform UI toolkit and application framework (framebuffer vers
 DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded (framebuffer) version."
 SECTION = "libs"
 HOMEPAGE = "http://qt-project.org/"
-DEPENDS += "tslib"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[tslib] = "QT_EMBEDDED_EXTRA_FLAGS_append ='  -plugin-mouse-tslib', , tslib"
 
 QT4EDEPENDS = ""
 QT_BASE_LIB  ?= "libqt-embedded"
@@ -18,7 +20,7 @@ QT_EMBEDDED_FLAGS ?= " \
 "
 QT_EMBEDDED_EXTRA_FLAGS ?= " \
     -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc \
-    -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \
+    -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \
     -qt-kbd-tty -qt-kbd-linuxinput \
 "
 QT_EMBEDDED_KEYPAD_FLAGS ?= " \
-- 
2.4.0



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

end of thread, other threads:[~2016-08-30 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19  8:01 [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib Maxin B. John
2016-08-19  8:01 ` [meta-qt4][PATCH 2/2] packagegroup-core-qt4e: updates based on tslib dependency Maxin B. John
2016-08-19  8:13 ` [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib Martin Jansa
2016-08-19  8:42   ` Maxin B. John
2016-08-22 20:37     ` Burton, Ross
2016-08-23 13:18       ` Martin Jansa
2016-08-30 14:19         ` [PATCH] base, autotools: Append PACKAGECONFIG_CONFARGS to EXTRA_OECONF only in autotools.bbclass Martin Jansa

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.