X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson_options.txt;fp=meson_options.txt;h=1e5477332ea3e55b9bde57190307b12616b6a663;hb=59375972f5642b7ec5115fdecf4828f6af02f343;hp=dd1f3c0bf10e6d2964fbee925f767a285e9310b7;hpb=0b766cf978b8b100caecd4c61464e1a683685072;p=src%2Fagl-compositor.git diff --git a/meson_options.txt b/meson_options.txt index dd1f3c0..1e54773 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,3 +5,10 @@ option( 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' +)