From: "Franklin S. Cooper Jr" <[email protected]>
* Enable touchscreen
* Set wayland as the default display plugin for Qt apps.
* Its already the default now used by Arago but this eliminates the need to pass
additional arguments for all the different Qt applications.
---
.../recipes-qt/qt5/qtbase_5.2.1.bbappend | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
index c879313..5fb65bb 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
@@ -3,4 +3,8 @@ GLES_EXTRA_DEPS_omap-a15 = "libdrm wayland"
PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl
${GLES_EXTRA_DEPS}"
-PR_append = "-arago0"
+PR_append = "-arago1"
+
+QT_CONFIG_FLAGS += "-qpa wayland"
+
+PACKAGECONFIG += "tslib"
--
1.7.9.5
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago