2017-07-25 22:28:38 +02:00
|
|
|
option('cheese', type: 'boolean', value: true, description: 'build with cheese webcam support')
|
|
|
|
option('documentation', type: 'boolean', value: false, description: 'build documentation')
|
|
|
|
option('gnome_session_libexecdir', type: 'string', value: '', description: 'Directory for gnome-session\'s libexecdir')
|
|
|
|
option('ibus', type: 'boolean', value: true, description: 'build with IBus 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')
|