aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-08 00:07:32 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-08-13 21:17:04 +0300
commit60b83a5f0a0ac5c1f860df33b0698150b1779179 (patch)
treedfa015e455015ddd41419bce7b245b0a879bc353 /mesonbuild
parent192d0dd0a79f5f649b41e659c33ea8e4323ebc95 (diff)
downloadmeson-60b83a5f0a0ac5c1f860df33b0698150b1779179.zip
meson-60b83a5f0a0ac5c1f860df33b0698150b1779179.tar.gz
meson-60b83a5f0a0ac5c1f860df33b0698150b1779179.tar.bz2
gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/modules/gnome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
index f4329d9..7021f2d 100644
--- a/mesonbuild/modules/gnome.py
+++ b/mesonbuild/modules/gnome.py
@@ -692,7 +692,7 @@ class GnomeModule(ExtensionModule):
@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'})
+ 'mkdb_args', 'ignore_headers'})
def gtkdoc(self, state, args, kwargs):
if len(args) != 1:
raise MesonException('Gtkdoc must have one positional argument.')