mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[realsense2] Add support !arm (#35824)
This commit is contained in:
parent
e9435ccc15
commit
4c59249deb
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "realsense2",
|
||||
"version": "2.54.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).",
|
||||
"homepage": "https://github.com/IntelRealSense/librealsense",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!uwp",
|
||||
"supports": "!uwp & !(windows & arm)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libusb",
|
||||
|
@ -990,7 +990,6 @@ rbdl-orb:x64-osx=skip
|
||||
rbdl:arm-neon-android=fail
|
||||
rbdl:arm64-android=fail
|
||||
rbdl:x64-android=fail
|
||||
realsense2:arm64-windows=fail
|
||||
replxx:arm-neon-android=fail
|
||||
replxx:arm64-android=fail
|
||||
replxx:x64-android=fail
|
||||
|
@ -7430,7 +7430,7 @@
|
||||
},
|
||||
"realsense2": {
|
||||
"baseline": "2.54.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"recast": {
|
||||
"baseline": "deprecated",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b15354f0a205d2288e63564e2789e317442bd999",
|
||||
"version": "2.54.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "17434b2bd3e05364a70afea06d2d7ccb9db544c6",
|
||||
"version": "2.54.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user