2017-07-25 22:28:38 +02:00
|
|
|
option('documentation', type: 'boolean', value: false, description: 'build documentation')
|
|
|
|
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')
|
2019-03-12 16:59:56 +13:00
|
|
|
option('snap', type: 'boolean', value: false, description: 'build with Snap support')
|
2019-09-23 16:20:37 +05:30
|
|
|
option('tests', type: 'boolean', value: true, description: 'build tests')
|
2018-04-06 23:18:26 -03:00
|
|
|
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
|
2019-09-23 16:20:37 +05:30
|
|
|
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')
|