commit: ec1bb9b79653a93bd9bd96c73ac58c534671ad51
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 03:36:34 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 16 03:41:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1bb9b7
dev-debug/gfxreconstruct: Disable OpenXR support
We don't have OpenXR packaged.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
index d395b47f60d2..2636eb2792af 100644
--- a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
+++ b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
@@ -70,6 +70,7 @@ src_configure() {
-DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
+ -DGFXRECON_ENABLE_OPENXR=OFF
)
cmake_src_configure
}