tici: fix ui rotation (#2222)

* fix rotation using wayland

* put back intrinsic matrix fix
This commit is contained in:
Willem Melching
2020-09-23 23:16:55 +02:00
committed by GitHub
parent d9f43388fb
commit 53e71f44ce
4 changed files with 24 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ else:
qt_libs += ["Qt5Widgets", "Qt5Gui", "Qt5Core", "Qt5DBus", "Qt5Multimedia"]
if arch == "larch64":
qt_libs += ["GLESv2"]
qt_libs += ["GLESv2", "wayland-client"]
else:
qt_libs += ["GL"]