Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hidapi] fix mac build #17610

Merged
merged 2 commits into from
May 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/hidapi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ports/hidapi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@
},
"hidapi": {
"baseline": "0.10.1",
"port-version": 1
"port-version": 2
},
"highfive": {
"baseline": "2.2.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hidapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ddfc714e198b19f67260bfeb2e5ae58e37fd909",
"version-semver": "0.10.1",
"port-version": 2
},
{
"git-tree": "5322c7526edb02f08688e2831978b2be542755c9",
"version-semver": "0.10.1",
Expand Down