shell: Verify agl-shell version for bound_ok/bound_fail
[src/agl-compositor.git] / meson_options.txt
index dd1f3c0..1e54773 100644 (file)
@@ -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'
+)