Bug#1130159: godot: Consider enabling openxr support
Adrian Bunk
bunk at debian.org
Mon Mar 9 14:11:59 GMT 2026
Source: godot
Version: 4.4.1+ds-1
Severity: wishlist
Tags: patch
The following builds for me:
diff -Nru godot-4.4.1+ds/debian/control godot-4.4.1+ds/debian/control
--- godot-4.4.1+ds/debian/control 2025-08-16 16:03:47.000000000 +0300
+++ godot-4.4.1+ds/debian/control 2025-08-16 16:03:47.000000000 +0300
@@ -24,6 +24,7 @@
libmbedtls-dev,
libminiupnpc-dev,
libogg-dev,
+ libopenxr-dev,
libpcre2-dev,
libpng-dev,
libpulse-dev,
diff -Nru godot-4.4.1+ds/debian/rules godot-4.4.1+ds/debian/rules
--- godot-4.4.1+ds/debian/rules 2025-08-16 16:03:47.000000000 +0300
+++ godot-4.4.1+ds/debian/rules 2025-08-16 16:03:47.000000000 +0300
@@ -18,7 +18,6 @@
# clipper2, msdfgen, rvo2, and xatlas are not available within Debian.
# glslang-dev only ships static libraries. (See #909951)
-# openxr currently requires a vendored libjsoncpp.
SCONS_OPTIONS = platform=linuxbsd \
--jobs=$(NUMJOBS) \
import_env_vars=CCACHE_DIR,CCACHE_MAXSIZE \
@@ -49,7 +48,7 @@
builtin_wslay=no \
builtin_mbedtls=no \
builtin_miniupnpc=no \
- openxr=no \
+ builtin_openxr=no \
builtin_pcre2=no \
builtin_recastnavigation=no \
builtin_rvo2_2d=yes \
More information about the Pkg-games-devel
mailing list