From 9e2d078948d3234371e7b7df399897825938ea99 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 9 Nov 2017 16:49:09 -0500 Subject: gnome: Add include_directories parameter to gtkdoc() --- mesonbuild/modules/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/modules/gnome.py') diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index 4d20cc1..7e61242 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -723,7 +723,7 @@ This will become a hard error in the future.''') @permittedKwargs({'main_xml', 'main_sgml', 'src_dir', 'dependencies', 'install', 'install_dir', 'scan_args', 'scanobjs_args', 'gobject_typesfile', 'fixxref_args', 'html_args', 'html_assets', 'content_files', - 'mkdb_args', 'ignore_headers'}) + 'mkdb_args', 'ignore_headers', 'include_directories'}) def gtkdoc(self, state, args, kwargs): if len(args) != 1: raise MesonException('Gtkdoc must have one positional argument.') -- cgit v1.1