diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-01-11 02:47:09 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-10 10:47:09 -0800 |
| commit | 7dc8ecbc08eed912fe1952c3d462cfc683931060 (patch) | |
| tree | e81f7169160724594a6d365d21e5098b6b882284 /ports/azure-kinect-sensor-sdk/CONTROL | |
| parent | e8c662de4704dc980703bded87f69e1a37278700 (diff) | |
| download | vcpkg-7dc8ecbc08eed912fe1952c3d462cfc683931060.tar.gz vcpkg-7dc8ecbc08eed912fe1952c3d462cfc683931060.zip | |
[azure-kinect-sensor-sdk] Remove feature test and fix static build in Windows (#9458)
* [azure-kinect-sensor] Remove feature test and fix static build in Windows
* [azure-kinect-sensor-sdk] Re-fix components install path using patch
* [azure-kinect-sensor-sdk] Remove bin debug/bin in static build
* update baseline
Diffstat (limited to 'ports/azure-kinect-sensor-sdk/CONTROL')
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/CONTROL | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports/azure-kinect-sensor-sdk/CONTROL b/ports/azure-kinect-sensor-sdk/CONTROL index 96cbfa03c..015a3118f 100644 --- a/ports/azure-kinect-sensor-sdk/CONTROL +++ b/ports/azure-kinect-sensor-sdk/CONTROL @@ -1,5 +1,5 @@ Source: azure-kinect-sensor-sdk -Version: 1.4.0-alpha.0 +Version: 1.4.0-alpha.0-1 Homepage: https://github.com/microsoft/Azure-Kinect-Sensor-SDK Description: Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device. Build-Depends: azure-c-shared-utility, glfw3, gtest, imgui, libusb, spdlog, cjson, ebml, libjpeg-turbo, matroska, libsoundio, libyuv @@ -9,7 +9,4 @@ Description: Build K4A doxygen documentation. Feature: tool Description: Build tools. -Build-Depends: gl3w, imgui[example] - -Feature: test -Description: Build test projects.
\ No newline at end of file +Build-Depends: gl3w, imgui[example]
\ No newline at end of file |
