Testing
[src/agl-compositor.git] / meson_options.txt
1 option(
2         'policy-default',
3         type: 'combo',
4         choices: [ 'auto', 'allow-all', 'deny-all', 'rba' ],
5         value: 'allow-all',
6         description: 'Default policy when no specific policy was set'
7 )
8
9 option(
10         'grpc-proxy',
11         type: 'boolean',
12         value: true,
13         description: 'Build gRPC proxy which exposes some of the agl-shell protocol over a gRPC API'
14 )
15
16 option(
17         'waltham',
18         type: 'boolean',
19         value: false,
20         description: 'Build compositor with Waltham support. Disabled by default'
21 )
22
23 option(
24     'xwayland',
25     type: 'boolean',
26     value: false,
27     description: 'Build compositor with XWayland support. Disabled by default'
28 )
29
30 option(
31         'xwayland-path',
32         type: 'string',
33         value: '/usr/bin/Xwayland',
34         description: 'Xwayland: path to installed Xwayland binary'
35 )