File: meson.options

package info (click to toggle)
gnome-shell 48.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 22,296 kB
  • sloc: javascript: 74,408; ansic: 65,118; xml: 1,795; sh: 845; python: 666; makefile: 47
file content (53 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
option('camera_monitor',
  type: 'boolean',
  value: true,
  description: 'Enable the camera monitor'
)

option('extensions_tool',
  type: 'boolean',
  value: true,
  description: 'Build gnome-extensions CLI tool'
)

option('extensions_app',
  type: 'boolean',
  value: true,
  description: 'Build gnome-extensions GUI application'
)

option('gtk_doc',
  type: 'boolean',
  value: false,
  description: 'Build API reference'
)

option('man',
  type: 'boolean',
  value: true,
  description: 'Generate man pages'
)

option('tests',
  type: 'boolean',
  value: true,
  description: 'Enable tests'
)

option('networkmanager',
  type: 'boolean',
  value: true,
  description: 'Enable NetworkManager support'
)

option('portal_helper',
  type: 'boolean',
  value: true,
  description: 'Enable build-in network portal login'
)

option('systemd',
  type: 'boolean',
  value: true,
  description: 'Enable systemd integration'
)