Codebase list xapp / d098889d-2734-4c05-a049-0c157a2733da/main meson_options.txt
d098889d-2734-4c05-a049-0c157a2733da/main

Tree @d098889d-2734-4c05-a049-0c157a2733da/main (Download .tar.gz)

meson_options.txt @d098889d-2734-4c05-a049-0c157a2733da/main

3706967
 
 
 
 
 
 
 
 
 
7db687e
 
 
 
 
823bbc6
 
 
 
1aa59b6
 
 
 
 
 
 
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'
)
option('status-notifier',
    type: 'boolean',
    value: true,
    description: 'Build the XApp StatusNotifier service.'
)
option('app-lib-only',
    type: 'boolean',
    value: false,
    description: 'Limit build to core library only and without the keyboard layout controller. This is to allow flatpak bundlings.'
)