From f164bec427a920970cec5ca5fe0cd618ca527916 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Thu, 4 Nov 2021 20:58:41 +0100 Subject: [PATCH] [libusb] no absolute paths (#21097) --- ports/libusb/portfile.cmake | 1 + ports/libusb/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libusb.json | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ports/libusb/portfile.cmake b/ports/libusb/portfile.cmake index 3aed72d2a8..96eb3f5de3 100644 --- a/ports/libusb/portfile.cmake +++ b/ports/libusb/portfile.cmake @@ -55,6 +55,7 @@ else() AUTOCONFIG ) vcpkg_install_make() + vcpkg_fixup_pkgconfig() endif() configure_file(${CURRENT_PORT_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY) diff --git a/ports/libusb/vcpkg.json b/ports/libusb/vcpkg.json index 07bbd2d8b4..76f9649266 100644 --- a/ports/libusb/vcpkg.json +++ b/ports/libusb/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libusb", "version": "1.0.24", - "port-version": 5, + "port-version": 6, "description": "a cross-platform library to access USB devices", "homepage": "https://github.com/libusb/libusb", "supports": "!uwp" diff --git a/versions/baseline.json b/versions/baseline.json index 708624c954..b84c30cd39 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3962,7 +3962,7 @@ }, "libusb": { "baseline": "1.0.24", - "port-version": 5 + "port-version": 6 }, "libusb-win32": { "baseline": "1.2.6.0", diff --git a/versions/l-/libusb.json b/versions/l-/libusb.json index 12878e1b7f..bc378e31b3 100644 --- a/versions/l-/libusb.json +++ b/versions/l-/libusb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "489d07fb5a6ada487532ea3cc5390a50e7feef02", + "version": "1.0.24", + "port-version": 6 + }, { "git-tree": "76a5ebd046d669a93d2a467d87a80efbe85f8226", "version": "1.0.24",