talkatu/talkatu

Require GTK 4.10 and GLib 2.76

10 months ago, Gary Kramlich
979e1d618007
Require GTK 4.10 and GLib 2.76

Also remove all of the code that was for version before GTK 4.10 and GLib 2.76

Testing Done:
Ran the unit tests and make sure the insert html dialog worked in the demo.

Reviewed at https://reviews.imfreedom.org/r/2527/
###############################################################################
# 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'
)