Codebase list xapp / ebe3e96 meson_options.txt
ebe3e96

Tree @ebe3e96 (Download .tar.gz)

meson_options.txt @ebe3e96raw · history · blame

option('docs',
    type: 'boolean',
    value: false,
    description: 'Build the API references (requires gtk-doc)'
)
option('deprecated_warnings',
    type : 'boolean',
    value : false,
    description: 'Show build warnings for deprecations'
)
option('py-overrides-dir',
    type : 'string',
    value : '',
    description: 'Path to pygobject overrides directory'
)