File: meson_options.txt

package info (click to toggle)
budgie-control-center 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,224 kB
  • sloc: ansic: 103,898; xml: 1,433; python: 323; sh: 106; makefile: 28
file content (11 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
option('ssh', type: 'boolean', value: false, description: 'build with SSH Socket based connection for remote login')
option('cheese', type: 'boolean', value: true, description: 'build with cheese webcam support')
option('documentation', type: 'boolean', value: false, description: 'build documentation')
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
option('snap', type: 'boolean', value: false, description: 'build with Snap support')
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('wayland', type: 'boolean', value: false, description: 'build with Wayland support')
option('profile', type: 'combo', choices: ['default','development'], value: 'default')
option('malcontent', type: 'boolean', value: false, description: 'build with malcontent support')
option('dark_mode_distributor_logo', type: 'string', description: 'absolute path to distributor logo dark mode variant')