Commit: 34155dd29bdd08295ec089866a12aed71a7665b4
Author: Julian Eisel
Date:   Tue Feb 9 16:04:00 2021 +0100
Branches: master
https://developer.blender.org/rB34155dd29bdd08295ec089866a12aed71a7665b4

install_deps: Update OpenXR repository info

The repository information for cloning the OpenXR repository, rather than just
downloading the source archive, was outdated.
* Use the OpenXR-SDK repository link, not the OpenXR-SDK-Source one. Only the
  former is needed, it contains pregenerated files with minimum dependencies.
  The latter contains additional tools and the un-generated source files.
* Update the commit hash to the version we currently use, 1.0.14 (was 1.0.6).

Differential Revision: https://developer.blender.org/D10373

Reviewed by: Bastien Montagne

===================================================================

M       build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh 
b/build_files/build_environment/install_deps.sh
index eee8c32f8a5..da2a6535142 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1101,8 +1101,8 @@ FFMPEG_SOURCE=( 
"http://ffmpeg.org/releases/ffmpeg-$FFMPEG_VERSION.tar.bz2"; )
 
 XR_OPENXR_USE_REPO=false
 
XR_OPENXR_SOURCE=("https://github.com/KhronosGroup/OpenXR-SDK/archive/release-${XR_OPENXR_VERSION}.tar.gz";)
-#~ 
XR_OPENXR_SOURCE_REPO=("https://github.com/KhronosGroup/OpenXR-SDK-Source.git";)
-#~ XR_OPENXR_REPO_UID="5292e57fda47561e672fba0a4b6e545c0f25dd8d"
+#~ XR_OPENXR_SOURCE_REPO=("https://github.com/KhronosGroup/OpenXR-SDK.git";)
+#~ XR_OPENXR_REPO_UID="5900c51562769b03bea699dc0352cae56acb6419d"
 #~ XR_OPENXR_REPO_BRANCH="master"
 
 # C++11 is required now

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to