Meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=785414
8 lines
No EOL
770 B
Meson
8 lines
No EOL
770 B
Meson
option('bluetooth', type: 'boolean', value: true, description: 'build with Bluetooth support')
|
|
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('network_manager', type: 'boolean', value: true, description: 'build with NetworkManager support')
|
|
option('wacom', type: 'boolean', value: true, description: 'build with Wacom support')
|
|
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support') |