diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-01-28 04:03:32 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-27 12:03:32 -0800 |
| commit | f787fa41130dd37092fda2dedbb6430489cd91ca (patch) | |
| tree | b792cf3d14b26f70922b97e6899c87ff5681d3da | |
| parent | 97592dfdb6123c2538a83c47fe1091f639ccd44f (diff) | |
| download | vcpkg-f787fa41130dd37092fda2dedbb6430489cd91ca.tar.gz vcpkg-f787fa41130dd37092fda2dedbb6430489cd91ca.zip | |
[azure-kinect-sensor-sdk] Fix *.dll install path (#9763)
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/fix-components-path.patch | 26 | ||||
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/portfile.cmake | 1 |
3 files changed, 1 insertions, 28 deletions
diff --git a/ports/azure-kinect-sensor-sdk/CONTROL b/ports/azure-kinect-sensor-sdk/CONTROL index 015a3118f..11bbb08bb 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-1 +Version: 1.4.0-alpha.0-2 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 diff --git a/ports/azure-kinect-sensor-sdk/fix-components-path.patch b/ports/azure-kinect-sensor-sdk/fix-components-path.patch deleted file mode 100644 index a8aa0773e..000000000 --- a/ports/azure-kinect-sensor-sdk/fix-components-path.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/src/record/sdk/CMakeLists.txt b/src/record/sdk/CMakeLists.txt -index 4be0697..d30c6de 100644 ---- a/src/record/sdk/CMakeLists.txt -+++ b/src/record/sdk/CMakeLists.txt -@@ -81,7 +81,7 @@ install( - development - RUNTIME - DESTINATION -- ${CMAKE_INSTALL_BINDIR} -+ tools - COMPONENT - runtime - ) -diff --git a/src/sdk/CMakeLists.txt b/src/sdk/CMakeLists.txt -index 3616f40..a5019cb 100644 ---- a/src/sdk/CMakeLists.txt -+++ b/src/sdk/CMakeLists.txt -@@ -90,7 +90,7 @@ install( - development - RUNTIME - DESTINATION -- ${CMAKE_INSTALL_BINDIR} -+ tools - COMPONENT - runtime - ) diff --git a/ports/azure-kinect-sensor-sdk/portfile.cmake b/ports/azure-kinect-sensor-sdk/portfile.cmake index 3c94f7dc3..1fb30271a 100644 --- a/ports/azure-kinect-sensor-sdk/portfile.cmake +++ b/ports/azure-kinect-sensor-sdk/portfile.cmake @@ -7,7 +7,6 @@ vcpkg_from_github( PATCHES fix-builds.patch disable-c4275.patch - fix-components-path.patch ) vcpkg_find_acquire_program(PYTHON3) |
