2023-10-11 11:25:21 +02:00
|
|
|
option('deprecated-declarations', type: 'feature', value: 'disabled', description: 'build with deprecated declaration warnings')
|
2017-07-25 22:28:38 +02:00
|
|
|
option('documentation', type: 'boolean', value: false, description: 'build documentation')
|
2024-03-19 15:34:32 +01:00
|
|
|
option('location-services', type: 'feature', value: 'disabled', description: 'build with location services')
|
2017-07-25 22:28:38 +02:00
|
|
|
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
|
2019-09-26 12:31:16 +12:00
|
|
|
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
|
2023-05-24 16:11:09 +12:00
|
|
|
option('snap', type: 'boolean', value: true, description: 'build with Snap support')
|
2019-09-23 16:20:37 +05:30
|
|
|
option('tests', type: 'boolean', value: true, description: 'build tests')
|
|
|
|
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
|
2019-10-08 18:35:26 +02:00
|
|
|
option('profile', type: 'combo', choices: ['default','development'], value: 'default')
|
2020-03-26 00:02:59 +05:30
|
|
|
option('malcontent', type: 'boolean', value: false, description: 'build with malcontent support')
|
2021-03-09 14:51:54 -06:00
|
|
|
option('distributor_logo', type: 'string', description: 'absolute path to distributor logo for the About panel')
|
|
|
|
option('dark_mode_distributor_logo', type: 'string', description: 'absolute path to distributor logo dark mode variant')
|