qulogic/talkatu

Merged in default (pull request #37)

2019-08-13, Gary Kramlich
641e5617f19d
Merged in default (pull request #37)

Add the send button as an internal child for the editor so that it is visble in glade.

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'
)