From 326e9dcc514890cdc6ce7071291069171e312e87 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 23 Mar 2020 12:34:08 -0400 Subject: gtkdoc: Add missing permitted kwarg The 'check' kwarg was added in Meson 0.52.0. --- mesonbuild/modules/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild') diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index 4ddde28f0..76916bb70 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -918,7 +918,7 @@ This will become a hard error in the future.''') 'fixxref_args', 'html_args', 'html_assets', 'content_files', 'mkdb_args', 'ignore_headers', 'include_directories', 'namespace', 'mode', 'expand_content_files', 'module_version', - 'c_args'}) + 'c_args', 'check'}) def gtkdoc(self, state, args, kwargs): if len(args) != 1: raise MesonException('Gtkdoc must have one positional argument.') -- cgit v1.2.3