mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[openvr] Update to 1.12.5 (#12219)
* [openvr] Update to 1.12.5 https://github.com/ValveSoftware/openvr/releases/tag/v1.12.5 * [openvr] Fix static build faillure * [openvr] revert aa222ad9f8fdc040dc5929138d9ed3c09ca215cd * [openvr] update ci.baseline.txt
This commit is contained in:
parent
8eda81cc4d
commit
7c5e2356f1
@ -1,5 +1,5 @@
|
|||||||
Source: openvr
|
Source: openvr
|
||||||
Version: 1.10.30
|
Version: 1.12.5
|
||||||
Homepage: https://github.com/ValveSoftware/openvr
|
Homepage: https://github.com/ValveSoftware/openvr
|
||||||
Description: an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting.
|
Description: an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting.
|
||||||
Supports: !(arm|uwp|osx|android)
|
Supports: !(arm|uwp|osx|android)
|
@ -1,15 +1,14 @@
|
|||||||
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "osx")
|
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp" "osx")
|
||||||
|
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO ValveSoftware/openvr
|
REPO ValveSoftware/openvr
|
||||||
REF 26fa19eb86ab3c589af2bdbc77449d61a8ff799b # v1.10.30
|
REF 3a010f0f668d8de59fcba75b14e08a6a08ec68a0 # v1.12.5
|
||||||
SHA512 821e113c6a847a244cd138869b5c8192c67054e6b8d39c0764d4e88f7a839146e9d9ec1f189cd5566f8954ad07ee0c86cbf8d353806c9bceb0f0a45def1a0ca2
|
SHA512 a96b8d4bceb23cea64b8f276a4ec70a5ac2a09ec317da37561bf55527bbf3dda2423b4f7323ed93301384c387061498f6089ae1ef50ad6ff77f46f0af662ccd3
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
|
||||||
|
|
||||||
if(VCPKG_TARGET_IS_WINDOWS)
|
if(VCPKG_TARGET_IS_WINDOWS)
|
||||||
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
||||||
set(ARCH_PATH "win64")
|
set(ARCH_PATH "win64")
|
||||||
@ -38,4 +37,4 @@ file(COPY ${SOURCE_PATH}/bin/${ARCH_PATH}/ DESTINATION ${CURRENT_PACKAGES_DIR}/d
|
|||||||
|
|
||||||
file(INSTALL ${SOURCE_PATH}/headers DESTINATION ${CURRENT_PACKAGES_DIR} RENAME include)
|
file(INSTALL ${SOURCE_PATH}/headers DESTINATION ${CURRENT_PACKAGES_DIR} RENAME include)
|
||||||
|
|
||||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||||
|
@ -1302,6 +1302,7 @@ openvr:arm64-windows=fail
|
|||||||
openvr:arm-uwp=fail
|
openvr:arm-uwp=fail
|
||||||
openvr:x64-osx=fail
|
openvr:x64-osx=fail
|
||||||
openvr:x64-uwp=fail
|
openvr:x64-uwp=fail
|
||||||
|
openvr:x64-windows-static=fail
|
||||||
openxr-loader:arm64-windows=fail
|
openxr-loader:arm64-windows=fail
|
||||||
openxr-loader:arm-uwp=fail
|
openxr-loader:arm-uwp=fail
|
||||||
openxr-loader:x64-osx=fail
|
openxr-loader:x64-osx=fail
|
||||||
@ -1950,4 +1951,4 @@ ctp:x64-windows=skip
|
|||||||
ctp:x64-windows-static=skip
|
ctp:x64-windows-static=skip
|
||||||
ctp:x86-windows=skip
|
ctp:x86-windows=skip
|
||||||
protozero:arm-uwp=fail
|
protozero:arm-uwp=fail
|
||||||
protozero:x64-uwp=fail
|
protozero:x64-uwp=fail
|
Loading…
x
Reference in New Issue
Block a user