X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson_options.txt;h=e4d8f3dc266eec3da12fbeb3998437936462d87d;hb=f825bf9e71ac5adfcbdc6ef7f6c2fef8555ee4a3;hp=dd1f3c0bf10e6d2964fbee925f767a285e9310b7;hpb=e1e8c07e202ffccc7b56f8f116a2ef1624028f91;p=src%2Fagl-compositor.git diff --git a/meson_options.txt b/meson_options.txt index dd1f3c0..e4d8f3d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,3 +5,17 @@ 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' +) + +option( + 'waltham', + type: 'boolean', + value: false, + description: 'Build compositor with Waltham support. Disabled by default' +)