summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmobile/pilot-link/DEPENDS2
-rw-r--r--mobile/pilot-link/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/mobile/pilot-link/DEPENDS b/mobile/pilot-link/DEPENDS
index 6b0e9ad686..01f1acc3cc 100755
--- a/mobile/pilot-link/DEPENDS
+++ b/mobile/pilot-link/DEPENDS
@@ -1,6 +1,6 @@
depends popt &&
depends bison &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
optional_depends -sub CXX gcc \
"" \
"" \
diff --git a/mobile/pilot-link/HISTORY b/mobile/pilot-link/HISTORY
index da399c052a..c7c28d8db2 100644
--- a/mobile/pilot-link/HISTORY
+++ b/mobile/pilot-link/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2012-07-12 Sukneet Basuta <sukneet@sourcemage.org>
* PRE_BUILD: added, to apply patch
* perl.patch: added, to fix compilation with perl>=5.14