diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-05-01 18:53:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 09:53:06 -0700 |
| commit | da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4 (patch) | |
| tree | 701972f30c5c4e484ad254479d6916194d581e8f | |
| parent | 44d94c2edbd44f0c01d66c2ad95eb6982a9a61bc (diff) | |
| download | vcpkg-da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4.tar.gz vcpkg-da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4.zip | |
[hidapi] fix mac build (#17610)
* [hidapi] fix mac os build
* add version files
| -rw-r--r-- | ports/hidapi/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/hidapi/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/hidapi.json | 5 |
4 files changed, 8 insertions, 3 deletions
diff --git a/ports/hidapi/portfile.cmake b/ports/hidapi/portfile.cmake index a89993f21..1e13ee197 100644 --- a/ports/hidapi/portfile.cmake +++ b/ports/hidapi/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( REF hidapi-0.10.1
SHA512 0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534
HEAD_REF master
- patch remove-duplicate-AC_CONFIG_MACRO_DIR.patch
+ PATCHES remove-duplicate-AC_CONFIG_MACRO_DIR.patch
)
if(VCPKG_TARGET_IS_WINDOWS)
diff --git a/ports/hidapi/vcpkg.json b/ports/hidapi/vcpkg.json index 01b7f7ba7..b4b1f1a73 100644 --- a/ports/hidapi/vcpkg.json +++ b/ports/hidapi/vcpkg.json @@ -1,7 +1,7 @@ { "name": "hidapi", "version-semver": "0.10.1", - "port-version": 1, + "port-version": 2, "description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.", "homepage": "https://github.com/libusb/hidapi", "supports": "!(arm | uwp)", diff --git a/versions/baseline.json b/versions/baseline.json index 3ab2d2b60..87efce787 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2466,7 +2466,7 @@ }, "hidapi": { "baseline": "0.10.1", - "port-version": 1 + "port-version": 2 }, "highfive": { "baseline": "2.2.2", diff --git a/versions/h-/hidapi.json b/versions/h-/hidapi.json index d9e09e47f..d3e0af407 100644 --- a/versions/h-/hidapi.json +++ b/versions/h-/hidapi.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8ddfc714e198b19f67260bfeb2e5ae58e37fd909", + "version-semver": "0.10.1", + "port-version": 2 + }, + { "git-tree": "5322c7526edb02f08688e2831978b2be542755c9", "version-semver": "0.10.1", "port-version": 1 |
