Update package version to 1.1.58

This commit is contained in:
2026-04-05 11:20:11 +03:00
parent 8c13d7a8bc
commit 38dd64c4a7
2 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: openxr
description: Royalty-free, open standard for AR and VR devices
version: 1.1.57
version: 1.1.58
revision: 1
url: https://www.khronos.org/openxr/
license: Apache-2.0
@@ -27,4 +27,4 @@ downloads:
- url: https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${BPM_PKG_VERSION}/OpenXR-SDK-Source-release-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 26ae052eda904af41a483492a48fc0671d468c39410a80cc96caabf3e5e86986
checksum: 7139158a60b3e0f96d9afdac4337292a54539c8ec6e331f19844d7dae8daf041
+1 -7
View File
@@ -7,18 +7,12 @@
build() {
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTS=ON \
-DBUILD_TESTS=OFF \
-DPRESENTATION_BACKEND=xlib \
-DDYNAMIC_LOADER=ON
cmake --build build
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
ctest --test-dir build
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {