diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index e6a47f556d0..7946ef6228d 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -208,8 +208,8 @@ def configure(env: "Environment"): if env["wayland"]: if os.system("wayland-scanner -v") != 0: - print("wayland-scanner not found. Aborting.") - sys.exit(255) + print("wayland-scanner not found. Disabling wayland support.") + env["wayland"] = False if env["touch"]: env.Append(CPPDEFINES=["TOUCH_ENABLED"])