summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: dadb2ea0d1fd1d99e48bc349f09e897b90807523 (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
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)