mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
46 lines
916 B
JSON
46 lines
916 B
JSON
{
|
|
"name": "libfreenect2",
|
|
"version": "0.2.0",
|
|
"port-version": 10,
|
|
"description": "Open source drivers for the Kinect for Windows v2 device",
|
|
"homepage": "https://github.com/OpenKinect/libfreenect2",
|
|
"license": "GPL-2.0-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
"libusb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"opengl"
|
|
],
|
|
"features": {
|
|
"opencl": {
|
|
"description": "OpenCL support for libfreenect2",
|
|
"dependencies": [
|
|
"opencl"
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "OpenGL support for libfreenect2",
|
|
"dependencies": [
|
|
"glfw3",
|
|
"opengl"
|
|
]
|
|
},
|
|
"openni2": {
|
|
"description": "OpenNI2 support for libfreenect2",
|
|
"dependencies": [
|
|
"openni2"
|
|
]
|
|
}
|
|
}
|
|
}
|