From da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Sat, 1 May 2021 18:53:06 +0200 Subject: [hidapi] fix mac build (#17610) * [hidapi] fix mac os build * add version files --- ports/hidapi/portfile.cmake | 2 +- ports/hidapi/vcpkg.json | 2 +- versions/baseline.json | 2 +- 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,5 +1,10 @@ { "versions": [ + { + "git-tree": "8ddfc714e198b19f67260bfeb2e5ae58e37fd909", + "version-semver": "0.10.1", + "port-version": 2 + }, { "git-tree": "5322c7526edb02f08688e2831978b2be542755c9", "version-semver": "0.10.1", -- cgit v1.2.3