media-libs/opencomposite: use bundled OpenXR loader

Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net>
This commit is contained in:
Patrick Nicolas
2024-06-12 14:56:09 +02:00
parent a0b0d75aed
commit faeed594b8

View File

@@ -41,7 +41,8 @@ src_configure()
# as it does for vulkan and other similar configuration files.
local mycmakeargs=(
"-DCMAKE_INSTALL_PREFIX=/opt"
"-DUSE_SYSTEM_OPENXR=ON"
# Required for Proton: https://gitlab.com/znixian/OpenOVR/-/issues/416
"-DUSE_SYSTEM_OPENXR=OFF"
# FIXME: fails because GLM_ENABLE_EXPERIMENTAL is unset
"-DUSE_SYSTEM_GLM=OFF"
)