summaryrefslogtreecommitdiffstats
path: root/audio-drivers
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:39 -0700
committerVlad Glagolev2022-07-27 15:00:39 -0700
commit6a1fe13a0c0852eb54fa3d8622dbad90be28ab36 (patch)
treec0830ccd08b2c019a2a88f112178ff9ae9703e84 /audio-drivers
parent8c5a5f04e601d86718fe9799a2f1392b2451f579 (diff)
jack2: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-drivers')
-rwxr-xr-xaudio-drivers/jack2/DEPENDS2
-rw-r--r--audio-drivers/jack2/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-drivers/jack2/DEPENDS b/audio-drivers/jack2/DEPENDS
index ee59b707b0..1a2528c5e8 100755
--- a/audio-drivers/jack2/DEPENDS
+++ b/audio-drivers/jack2/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends expat &&
depends -sub CXX gcc &&
depends python &&
diff --git a/audio-drivers/jack2/HISTORY b/audio-drivers/jack2/HISTORY
index c3878b2191..353759ecb5 100644
--- a/audio-drivers/jack2/HISTORY
+++ b/audio-drivers/jack2/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2018-01-08 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: updated to 1.19.12, now from github
* PRE_BUILD, jack2-buildfix.patch: gone