mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
no more wayland for installer
This commit is contained in:
@@ -71,7 +71,7 @@ if GetOption('extras'):
|
||||
|
||||
raylib_libs = common + ["raylib"]
|
||||
if arch == "larch64":
|
||||
raylib_libs += ["GLESv2", "wayland-client", "wayland-egl", "EGL"]
|
||||
raylib_libs += ["GLESv2", "EGL", "gdb", "drm"]
|
||||
else:
|
||||
raylib_libs += ["GL"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user