mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:29:02 +08:00
8abeb71402
* fix usage * update version * redo x64-windows.cmake * resolve conflicts * updaet git-tree * fix downstream * update version * fix libirecovery * update git-tree * fix pkg_check_modules * update git-tree * fix libfreenect2 * update version * fix libuvc * update version * fix libuvc patch * update git-tree * fix libuvc build_fix.patch * update git-tree * format * update git-tree * undo supports * update git-tree * fix azure-kinect-sensor-sdk * update version * add pkg-config.exe * update git-tree * disable build examples and tests * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "azure-kinect-sensor-sdk",
|
|
"version": "1.4.1",
|
|
"port-version": 6,
|
|
"description": "Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.",
|
|
"homepage": "https://github.com/microsoft/Azure-Kinect-Sensor-SDK",
|
|
"supports": "linux | windows",
|
|
"dependencies": [
|
|
"azure-c-shared-utility",
|
|
"cjson",
|
|
"ebml",
|
|
"glfw3",
|
|
"gtest",
|
|
"imgui",
|
|
"libjpeg-turbo",
|
|
"libsoundio",
|
|
"libusb",
|
|
{
|
|
"name": "libuvc",
|
|
"platform": "linux"
|
|
},
|
|
"libyuv",
|
|
"matroska",
|
|
"spdlog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"docs": {
|
|
"description": "Build K4A doxygen documentation."
|
|
},
|
|
"tool": {
|
|
"description": "Build tools.",
|
|
"dependencies": [
|
|
"gl3w",
|
|
"glew",
|
|
{
|
|
"name": "imgui",
|
|
"features": [
|
|
"glfw-binding",
|
|
"opengl3-binding"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|