mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +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>
29 lines
554 B
JSON
29 lines
554 B
JSON
{
|
|
"name": "libusb",
|
|
"version": "1.0.26.11791",
|
|
"port-version": 6,
|
|
"description": "a cross-platform library to access USB devices",
|
|
"homepage": "https://github.com/libusb/libusb",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "udev",
|
|
"platform": "linux"
|
|
}
|
|
],
|
|
"features": {
|
|
"udev": {
|
|
"description": "Enable udev",
|
|
"supports": "linux"
|
|
}
|
|
}
|
|
}
|