qulogic/talkatu

Change demo's author selection to a popover.

2019-07-30, Elliott Sales de Andrade
a723ce8334b0
Change demo's author selection to a popover.

No point having two buttons for this when one will do.
###############################################################################
# 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'
)