X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson_options.txt;h=7c0e103260d7631e81d16929559d059f75083417;hb=8033c46081b93f19843d140e58b527af7abf7a4f;hp=72a0365714d0f66ecfa9da8796579faf9fbb7cdd;hpb=03f51daf2fcf82f4f3de6371aa6fb8a58555d5d2;p=src%2Fagl-compositor.git diff --git a/meson_options.txt b/meson_options.txt index 72a0365..7c0e103 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,26 @@ 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( + 'xwayland', + type: 'boolean', + value: false, + description: 'Build compositor with XWayland support. Disabled by default' +) + +option( + 'xwayland-path', + type: 'string', + value: '/usr/bin/Xwayland', + description: 'Xwayland: path to installed Xwayland binary' +)