summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 7498af4d6247a09cf67e83e8cb4949d0f7a9f0cd (plain)
1
2
3
4
5
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')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')