Add more grpc - Asyncstuff
[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 )