shell: Verify agl-shell version for bound_ok/bound_fail
[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 )