diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2019-06-18 08:04:18 +0900 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-17 16:04:18 -0700 |
| commit | 5e9ccbc4a56970b36817e8adfbaa586962ef587f (patch) | |
| tree | 7b446b7b1656e1f92681c6cba016b4da9ed83f89 /ports/realsense2/CONTROL | |
| parent | 302c43f9319b5d8e432619262920b8608855f769 (diff) | |
| download | vcpkg-5e9ccbc4a56970b36817e8adfbaa586962ef587f.tar.gz vcpkg-5e9ccbc4a56970b36817e8adfbaa586962ef587f.zip | |
[realsense2] Enable OpenNI2 driver option (#5275)
* [realsense2] Update to v2.18.0
Update realsense2 port to librealsense v2.18.0.
* [realsense2] Add OpenNI2 driver option
Add OpenNI2 driver option.
* [realsense2] Fix OpenNI2 driver option
* [realsense2] Remove unnecessary patch
* [realsense2] Bump CONTROL version
Diffstat (limited to 'ports/realsense2/CONTROL')
| -rw-r--r-- | ports/realsense2/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/realsense2/CONTROL b/ports/realsense2/CONTROL index 34698dbd6..40341f080 100644 --- a/ports/realsense2/CONTROL +++ b/ports/realsense2/CONTROL @@ -1,8 +1,12 @@ Source: realsense2 -Version: 2.22.0 +Version: 2.22.0-1 Homepage: https://github.com/IntelRealSense/librealsense Description: Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300). Feature: tools Build-Depends: opengl Description: Build Intel® RealSense™ examples and tools + +Feature: openni2 +Build-Depends: openni2 +Description: Build Intel® RealSense™ OpenNI2 driver |
