talkatu/talkatu

Bring everything up to latest distros.

2021-10-18, Gary Kramlich
e5283d38566e
Bring everything up to latest distros.

The debian build currently do not build packages as gi-docgen is not in debian
and you can't download a subproject while building a debian package.

Testing Done:
Built all the images locally and ran all the plans without issue.

Reviewed at https://reviews.imfreedom.org/r/1067/
###############################################################################
# Options
###############################################################################
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gtk-doc'
)
option(
'help2man',
type : 'boolean', value : true,
description : 'Whether or not to build man pages from --help output'
)
option(
'install-demo',
type : 'boolean', value : true,
description : 'Whether or not to install demo application'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'build gobject-introspection support'
)
option(
'tests',
type : 'boolean', value : true,
description : 'run unit tests'
)
option(
'vapi',
type : 'boolean', value : true,
description : 'Whether or not to build vapi files for gplugin'
)