Codebase list xapp / 4ab4ec5a-b842-4f85-a413-58a839d879a3/main meson_options.txt
4ab4ec5a-b842-4f85-a413-58a839d879a3/main

Tree @4ab4ec5a-b842-4f85-a413-58a839d879a3/main (Download .tar.gz)

meson_options.txt @4ab4ec5a-b842-4f85-a413-58a839d879a3/mainraw · 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'
)