diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index 51d4ea929..bf49770eb 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -914,7 +914,8 @@ This will become a hard error in the future.''') 'install_dir', 'scan_args', 'scanobjs_args', 'gobject_typesfile', 'fixxref_args', 'html_args', 'html_assets', 'content_files', 'mkdb_args', 'ignore_headers', 'include_directories', - 'namespace', 'mode', 'expand_content_files', 'module_version'}) + 'namespace', 'mode', 'expand_content_files', 'module_version', + 'c_args'}) def gtkdoc(self, state, args, kwargs): if len(args) != 1: raise MesonException('Gtkdoc must have one positional argument.')