Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-02-08 14:26:27 +0300
committerBastien Montagne <bastien@blender.org>2021-02-08 14:26:27 +0300
commit15d1a43445d67a8faf916a93efcb76c90c64de54 (patch)
tree9f7ef3399379a3be0c0d0f7ecb11a363010103f5 /build_files/build_environment
parentecfd5360a1878b38e4c268bf0e356a3d540974c7 (diff)
install_deps: Update OpenXR to 1.0.14.
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 9c898a04d55..08f50dda9c6 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -569,7 +569,7 @@ FFMPEG_FORCE_REBUILD=false
FFMPEG_SKIP=false
_ffmpeg_list_sep=";"
-XR_OPENXR_VERSION="1.0.8"
+XR_OPENXR_VERSION="1.0.14"
XR_OPENXR_VERSION_SHORT="1.0"
XR_OPENXR_VERSION_MIN="1.0.8"
XR_OPENXR_VERSION_MAX="2.0"