aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/realsense2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/realsense2/vcpkg.json')
-rw-r--r--vcpkg/ports/realsense2/vcpkg.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/vcpkg/ports/realsense2/vcpkg.json b/vcpkg/ports/realsense2/vcpkg.json
new file mode 100644
index 0000000..e527c8f
--- /dev/null
+++ b/vcpkg/ports/realsense2/vcpkg.json
@@ -0,0 +1,54 @@
+{
+ "name": "realsense2",
+ "version": "2.56.3",
+ "port-version": 1,
+ "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 & !(windows & arm)",
+ "dependencies": [
+ {
+ "name": "libusb",
+ "platform": "!windows"
+ },
+ "lz4",
+ "nlohmann-json",
+ {
+ "name": "realsense2",
+ "default-features": false,
+ "features": [
+ "rs-usb-backend"
+ ],
+ "platform": "android | osx"
+ },
+ "stb",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "openni2": {
+ "description": "Build Intel® RealSense™ OpenNI2 driver",
+ "supports": "!static",
+ "dependencies": [
+ "openni2"
+ ]
+ },
+ "rs-usb-backend": {
+ "description": "Use RS USB backend",
+ "supports": "!windows",
+ "dependencies": [
+ "libusb"
+ ]
+ },
+ "tools": {
+ "description": "Build Intel® RealSense™ tools",
+ "supports": "!android"
+ }
+ }
+}