We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opengl3=no
1 parent 931820d commit dc380f8Copy full SHA for dc380f8
modules/openxr/SCsub
@@ -27,7 +27,7 @@ elif env["platform"] == "linuxbsd":
27
if env["x11"]:
28
env_openxr.AppendUnique(CPPDEFINES=["XR_USE_PLATFORM_XLIB"])
29
30
- if env["wayland"]:
+ if env["wayland"] and env["opengl3"]:
31
env_openxr.AppendUnique(CPPDEFINES=["XR_USE_PLATFORM_EGL"])
32
33
# FIXME: Review what needs to be set for Android and macOS.
0 commit comments