summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: e4d8f3dc266eec3da12fbeb3998437936462d87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
option(
	'policy-default',
	type: 'combo',
	choices: [ 'auto', 'allow-all', 'deny-all', 'rba' ],
	value: 'allow-all',
	description: 'Default policy when no specific policy was set'
)

option(
        'grpc-proxy',
        type: 'boolean',
        value: true,
        description: 'Build gRPC proxy which exposes some of the agl-shell protocol over a gRPC API'
)

option(
        'waltham',
        type: 'boolean',
        value: false,
        description: 'Build compositor with Waltham support. Disabled by default'
)