birb/birb

Added tag v0.1 for changeset 79e5dc2cd3f4

3 months ago, Gary Kramlich
e416255e65e6
Added tag v0.1 for changeset 79e5dc2cd3f4
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'
)