summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:15 -0700
committerVlad Glagolev2022-07-27 15:02:15 -0700
commit57a10b7e35b5df5342a1ec5ed2bc08b978874bb0 (patch)
treefab61ec2215a147538115e21b157ecfe76073d0f /libs
parentbc51622a76917e70f204b9a394825e382453466a (diff)
libusb-compat: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/libusb-compat/DEPENDS2
-rw-r--r--libs/libusb-compat/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/libusb-compat/DEPENDS b/libs/libusb-compat/DEPENDS
index 817580f7d8..48462e971d 100755
--- a/libs/libusb-compat/DEPENDS
+++ b/libs/libusb-compat/DEPENDS
@@ -1,2 +1,2 @@
depends LIBUSB &&
-depends pkgconfig
+depends PKG-CONFIG
diff --git a/libs/libusb-compat/HISTORY b/libs/libusb-compat/HISTORY
index 628011fd60..7c90be5909 100644
--- a/libs/libusb-compat/HISTORY
+++ b/libs/libusb-compat/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)