compositor: Use stdint for specifing integer storage
[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 option(
9         'grpc-proxy',
10         type: 'boolean',
11         value: true,
12         description: 'Build gRPC proxy which exposes some of the agl-shell protocol over a gRPC API'
13 )
14 option(
15     'xwayland',
16     type: 'boolean',
17     value: false,
18     description: 'Build compositor with XWayland support. Disabled by default'
19 )
20
21 option(
22         'xwayland-path',
23         type: 'string',
24         value: '/usr/bin/Xwayland',
25         description: 'Xwayland: path to installed Xwayland binary'
26 )