File: meson_options.txt

package info (click to toggle)
clutter-1.0 1.26.4%2Bgit2779b932%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,672 kB
  • sloc: ansic: 130,756; xml: 1,641; makefile: 1,607; sh: 980; perl: 192; ruby: 167
file content (32 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (4)
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
option('backends',
       description: 'Comma-separated list of windowing system backends, ("all", "system", "x11", "gdk", "win32", "wayland", "quartz", "eglnative")',
       type: 'string',
       value: 'system')
option('drivers',
       description: 'Comma-separated list of Cogl drivers to use, or "all"',
       type: 'string',
       value: 'all')
option('build_tests',
       description: 'Build the Clutter tests suites',
       type: 'boolean',
       value: true)
option('build_examples',
       description: 'Build the Clutter examples',
       type: 'boolean',
       value: true)
option('documentation',
       description: 'Generate the Clutter documentation (requires gtk-doc)',
       type: 'boolean',
       value: true)
option('introspection',
       description: 'Generate the GObject introspection data (requires gobject-introspection)',
       type: 'boolean',
       value: true)
option('wayland_compositor',
       description: 'Enable Wayland compositor features',
       type: 'boolean',
       value: false)
option('pixbuf_tests',
       description: 'Enable GdkPixbuf-based tests and examples',
       type: 'boolean',
       value: true)