vcpkg/ports/libusb-win32/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* 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
2023-06-15 14:49:00 -07:00

20 lines
453 B
JSON

{
"name": "libusb-win32",
"version": "1.2.6.0",
"port-version": 10,
"description": "Allows user space applications to access many USB device on Windows.",
"homepage": "https://sourceforge.net/projects/libusb-win32",
"license": "LGPL-3.0-only",
"supports": "windows & !static & !xbox",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}