From efbd35d290d35e37994d441c9f2e4c0dffcd9cec Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 28 Sep 2019 17:29:35 +0200 Subject: meson: change "doctool" from a boolean to a feature option Similar to !180 this should prevent devs from not running all tests by accident. This also adds some checks for the required doctool dependencies, mako and markdown. --- tests/scanner/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build index 022d1829..a82a6135 100644 --- a/tests/scanner/meson.build +++ b/tests/scanner/meson.build @@ -521,7 +521,7 @@ foreach gir : test_girs ) endforeach -if with_doctool and glib_dep.type_name() == 'pkgconfig' +if has_girdoctool and glib_dep.type_name() == 'pkgconfig' foreach language : ['C', 'Python', 'Gjs'] regress_docs = custom_target( 'generate-docs-' + language, -- cgit v1.2.1