summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5b7d75fc0d6d7792c748b6442a0f99c7871f3d1e (plain)
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
option('verbose-mode',
  type: 'boolean', value: true,
  description: 'verbose logging, disable for embedded/size-sensitive custom builds')

option('sm',
  type: 'boolean', value: true,
  description: 'session management support, for embedded/size-sensitive custom non-MATE builds')

option('startup-notification',
  type: 'boolean', value: true,
  description: 'startup notification support, for embedded/size-sensitive custom non-MATE builds')

option('compositor',
  type: 'boolean', value: true,
  description: 'compositing manager')

option('xsync',
  type: 'boolean', value: true,
  description: 'use of the XSync extension')

option('render',
  type: 'boolean', value: true,
  description: 'use the RENDER extension')

option('shape',
  type: 'boolean', value: true,
  description: 'use the shaped window extension')

option('xinerama',
  type: 'boolean', value: true,
  description: 'use the Xinerama extension')