The bluetooh, network and wacom panels should not be optional on linux, except on s390 systems which lack USB support. It should also not be built at all on other systems. This patch makes these panels mandatory on linux. https://bugzilla.gnome.org/show_bug.cgi?id=792641
5 lines
483 B
Meson
5 lines
483 B
Meson
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')
|