aboutsummaryrefslogtreecommitdiff
path: root/ports/hidapi
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-05-01 18:53:06 +0200
committerGitHub <noreply@github.com>2021-05-01 09:53:06 -0700
commitda9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4 (patch)
tree701972f30c5c4e484ad254479d6916194d581e8f /ports/hidapi
parent44d94c2edbd44f0c01d66c2ad95eb6982a9a61bc (diff)
downloadvcpkg-da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4.tar.gz
vcpkg-da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4.zip
[hidapi] fix mac build (#17610)
* [hidapi] fix mac os build * add version files
Diffstat (limited to 'ports/hidapi')
-rw-r--r--ports/hidapi/portfile.cmake2
-rw-r--r--ports/hidapi/vcpkg.json2
2 files changed, 2 insertions, 2 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)",