desktop: Look for app_ids after the initial commit
[src/agl-compositor.git] / meson_options.txt
index 72a0365..e4d8f3d 100644 (file)
@@ -1,7 +1,21 @@
 option(
        'policy-default',
        type: 'combo',
-       choices: [ 'auto', 'allow-all', 'deny-all' ],
+       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'
+)