meson: Port to latest master (2.51.0)

Also remove headers from some gio sources. Headers do not need to be
added to the list of sources.

+ various smaller self-explanatory fixes.
This commit is contained in:
Nirbheek Chauhan
2016-12-21 06:34:47 +05:30
committed by Matthias Clasen
parent d10be6102f
commit e2da3cb599
6 changed files with 99 additions and 27 deletions

View File

@@ -202,6 +202,15 @@ if get_option('with-man')
install: true,
install_dir: man1_dir,
)
custom_target('gio',
input: 'gio.xml',
output: 'gio.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir,
)
custom_target('gdbus-codegen-man',
input: 'gdbus-codegen.xml',
output: 'gdbus-codegen.1',