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')
|
2018-04-06 23:18:26 -03:00
|
|
|
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
|
2018-05-11 22:45:51 -03:00
|
|
|
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
|