qulogic/talkatu

Merged in default (pull request #28)

2019-07-19, Gary Kramlich
59e25513f093
Merged in default (pull request #28)

Remove the now deprecated talkatu_editor_{hide,show}_toolbar functions

Approved-by: Elliott Sales de Andrade
###############################################################################
# Options
###############################################################################
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'doc',
type : 'boolean', value : true,
description : 'build documentation with gtk-doc'
)
option(
'gobject-introspection',
type : 'boolean', value : true,
description : 'build gobject-introspection support'
)
option(
'tests',
type : 'boolean', value : true,
description : 'run unit tests'
)