summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:26 -0700
committerVlad Glagolev2022-07-27 15:02:26 -0700
commit9e17b7db29323e2be527dbbaa14caf1f54d96577 (patch)
tree0cbed31502a62cae09eb7ed3133f1cc8b3e2f5e8
parent89b5caa6b340850d5c8e030d693304a7c0da9571 (diff)
pilot-link: switch to PKG-CONFIG provider (automated)
-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