shell: Don't reset the activation area always
[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 )