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.
2 parents 8847e65 + dc380f8 commit d1d4d5fCopy full SHA for d1d4d5f
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