summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIsmael Luceno2022-04-28 23:43:42 +0200
committerIsmael Luceno2022-04-28 23:45:41 +0200
commit71a60bd51f3ac72557c93258603131cc910f8e17 (patch)
tree5ecb5a67957bdecec7ba6ead056f837ce50b0b2b /doc
parente249652fc2450c5ee1ecb747c7ab58cd3be24ad6 (diff)
evince: Switch to MESON_DEPENDS
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/evince/DEPENDS2
-rw-r--r--doc/evince/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/evince/DEPENDS b/doc/evince/DEPENDS
index 776e8a3ec8..5b0616d1a8 100755
--- a/doc/evince/DEPENDS
+++ b/doc/evince/DEPENDS
@@ -1,4 +1,4 @@
-depends meson &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
depends libxml2 &&
depends glib2 &&
depends cairo &&
diff --git a/doc/evince/HISTORY b/doc/evince/HISTORY
index b44c49f5fd..19ae1b3e46 100644
--- a/doc/evince/HISTORY
+++ b/doc/evince/HISTORY
@@ -3,6 +3,7 @@
updated spell to 42.2
* BUILD: removed browser_plugin option, removed by upstream
* DEPENDS: removed t1lib dep; support removed by upstream
+ switched to MESON_DEPENDS
* CONFIGURE: enabled viewer by default
2021-02-06 Florian Franzmann <bwlf@bandrate.org>