summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-28 15:10:58 +0200
committerFlorian Franzmann2022-05-29 00:03:25 +0200
commit592cbd48182c7f5b56b2d55a2fb306b3a83fffd6 (patch)
tree8eee9074e416b4f7552d80438668c1b82ec664f0 /doc
parent744e1c9b79416064ab038c990a648c5f4d272017 (diff)
doc/zathura: use MESON_DEPENDS
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/zathura/DEPENDS4
-rw-r--r--doc/zathura/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/zathura/DEPENDS b/doc/zathura/DEPENDS
index b6dd9bd309..1b9853aa33 100755
--- a/doc/zathura/DEPENDS
+++ b/doc/zathura/DEPENDS
@@ -1,6 +1,6 @@
-depends meson &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
+
depends python3 &&
-depends ninja-build-system &&
depends glib2 &&
depends gtk+3 &&
depends girara &&
diff --git a/doc/zathura/HISTORY b/doc/zathura/HISTORY
index 48c5538be7..0762e1781a 100644
--- a/doc/zathura/HISTORY
+++ b/doc/zathura/HISTORY
@@ -1,3 +1,6 @@
+2022-05-28 Florian Franzmann <bwlf@bandrate.org>
+ * DEPENDS: use MESON_DEPENDS
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/