GNOME Bugzilla – Bug 790998
Meson: invalid arguments passed to gnome.gtkdoc()
Last modified: 2017-11-29 17:38:03 UTC
Calls to gnome.gtkdoc() pass "mode", "namespace" and "expand_content_files" arguments that does not exists. Meson configure warns about them. I see that expand_content_files is a thing in the corresponding Makefile.am, so probably that needs to be added into Meson? But mode and namespace seems to come from nowhere, should they be just dropped?
This is actually a meson bug, those 3 args are used by gnome.gtkdoc() but where not in the permittedKwargs decorator.
This was fixed in Meson by https://github.com/mesonbuild/meson/commit/643d3a4976867faf315e96d7135bfe35dd7b4193