From: "Franklin S. Cooper Jr" <[email protected]> * Since Weston handles touch events in Qt 5 when using Wayland and Weston remove references to tslib since its no longer used.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- meta-arago-distro/recipes-qt/qt5/qtbase/qt_env.sh | 7 ------- .../recipes-qt/qt5/qtbase_5.2.1.bbappend | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase/qt_env.sh b/meta-arago-distro/recipes-qt/qt5/qtbase/qt_env.sh index 51c181f..1e8c196 100644 --- a/meta-arago-distro/recipes-qt/qt5/qtbase/qt_env.sh +++ b/meta-arago-distro/recipes-qt/qt5/qtbase/qt_env.sh @@ -3,10 +3,3 @@ ### QT Environment Variables ### export QT_QPA_GENERIC_PLUGINS=Auto export QT_QPA_PLATFORM=wayland - - -# Set the QT_QPA_GENERIC_PLUGINS for touchscreen if it exists -if [ -e /dev/input/touchscreen0 ] -then - export QT_QPA_GENERIC_PLUGINS=Tslib:/dev/input/touchscreen0 -fi 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 446b72a..a466581 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 @@ -5,7 +5,7 @@ GLES_EXTRA_DEPS_omap-a15 = "libdrm wayland" PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl ${GLES_EXTRA_DEPS}" -PR_append = "-arago2" +PR_append = "-arago3" QT_CONFIG_FLAGS += "-qpa wayland" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
