summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:01:19 -0700
committerVlad Glagolev2022-07-27 15:01:19 -0700
commitec8ea9f37920f04d4a2bcf2bd5048b3a6f342829 (patch)
treeab1f345019116e5534a819b8432b523024a5d94e /doc
parent2ce93235bf1476601b789cddd6e01fda3d86d356 (diff)
wv2: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/wv2/DEPENDS2
-rw-r--r--doc/wv2/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/wv2/DEPENDS b/doc/wv2/DEPENDS
index 43484627c7..e35d8d288f 100755
--- a/doc/wv2/DEPENDS
+++ b/doc/wv2/DEPENDS
@@ -1,5 +1,5 @@
depends cmake &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends -sub CXX gcc &&
depends libgsf &&
depends zlib &&
diff --git a/doc/wv2/HISTORY b/doc/wv2/HISTORY
index 89ca1c1f2c..f35276ffa1 100644
--- a/doc/wv2/HISTORY
+++ b/doc/wv2/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)