Signed-off-by: Ankur Tyagi <[email protected]> --- meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh index 8f47083..b804fe2 100644 --- a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh +++ b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/ti33x/qt_env.sh @@ -1,5 +1,6 @@ #!/bin/sh ### QT Environment Variables ### -export QT_QPA_GENERIC_PLUGINS=Auto -export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS="rotate=180" +export QT_QPA_GENERIC_PLUGINS=tslib +export QT_QPA_EGLFS_TSLIB=1 +export QT_QPA_EGLFS_DISABLE_INPUT=1 -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
