diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-10-13 00:42:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 09:42:52 -0700 |
| commit | d6b5fbfef10e9476cdb8d1a90503f4f6504e63d9 (patch) | |
| tree | 4b4c91b701776b44d998e80ea98d43056920ccad /ports/azure-kinect-sensor-sdk/CONTROL | |
| parent | 37c412ae073056d6295c0aeaecc1b625f77c612f (diff) | |
| download | vcpkg-d6b5fbfef10e9476cdb8d1a90503f4f6504e63d9.tar.gz vcpkg-d6b5fbfef10e9476cdb8d1a90503f4f6504e63d9.zip | |
[azure-kinect-sensor-sdk] Fix azure-kinect-sensor-sdk[tool] build error (#13737)
Diffstat (limited to 'ports/azure-kinect-sensor-sdk/CONTROL')
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/azure-kinect-sensor-sdk/CONTROL b/ports/azure-kinect-sensor-sdk/CONTROL index f0e78a1a2..81b05d3ac 100644 --- a/ports/azure-kinect-sensor-sdk/CONTROL +++ b/ports/azure-kinect-sensor-sdk/CONTROL @@ -1,5 +1,6 @@ Source: azure-kinect-sensor-sdk -Version: 1.4.0-alpha.0-5 +Version: 1.4.0-alpha.0 +Port-Version: 6 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,4 +10,4 @@ Description: Build K4A doxygen documentation. Feature: tool Description: Build tools. -Build-Depends: gl3w, glew, imgui[bindings]
\ No newline at end of file +Build-Depends: gl3w, glew, imgui[glfw-binding,opengl3-glew-binding]
\ No newline at end of file |
