birb/birb

de1f67d75292
Add all the convey stuff so we can build the docs

Testing Done:
Built the image and ran `convey run docs` locally.

Reviewed at https://reviews.imfreedom.org/r/2876/
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gi-docgen'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'Whether or not to build a GObject Introspection type library'
)
option(
'nls',
type : 'boolean', value : true, yield : true,
description : 'Install translation files'
)