mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
tici: fix ui rotation (#2222)
* fix rotation using wayland
* put back intrinsic matrix fix
old-commit-hash: 53e71f44ce
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user