From 34155dd29bdd08295ec089866a12aed71a7665b4 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Tue, 9 Feb 2021 16:04:00 +0100 Subject: 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 --- build_files/build_environment/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_files') 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 -- cgit v1.2.3