[meta-freescale] [meta-fsl-demos][PATCH 1/2] qte-in-use-image: add touchscreen support

Mario Domenech Goulart mario at ossystems.com.br
Fri Nov 8 12:01:38 PST 2013


Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 recipes-qt/images/qte-in-use-image.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-qt/images/qte-in-use-image.bb b/recipes-qt/images/qte-in-use-image.bb
index 337fe6e..1862277 100644
--- a/recipes-qt/images/qte-in-use-image.bb
+++ b/recipes-qt/images/qte-in-use-image.bb
@@ -2,6 +2,8 @@ require qt-in-use-common.inc
 
 QT_NAME = "qt4-embedded"
 
+TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests qt4-embedded-plugin-mousedriver-tslib", "",d)}'
+
 IMAGE_INSTALL = " \
     ${COMMON_INSTALL} \
     \
@@ -10,4 +12,5 @@ IMAGE_INSTALL = " \
     pciutils \
     usbutils \
     alsa-utils \
+    ${TOUCH} \
 "
-- 
1.7.10.4




More information about the meta-freescale mailing list