talkatu/talkatu

Backout the blueprint compiler stuff

16 months ago, Gary Kramlich
7c32cf7372e5
Backout the blueprint compiler stuff

Turns out we just got used to the GTK Builder ui format, so the blueprint
compiler doesn't really do much for us.

This was a backout of `8c78e806f7c7` but then I put bindings in for the toolbar, send button, and edited buttons.

Testing Done:
Built and ran the demo.

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