X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson_options.txt;h=7c0e103260d7631e81d16929559d059f75083417;hb=994d8a30b27f05516f6dc0a9f949315241cb9cc0;hp=e4d8f3dc266eec3da12fbeb3998437936462d87d;hpb=ce8dd33f3762e0ec44927b70059fb2721338e8bf;p=src%2Fagl-compositor.git diff --git a/meson_options.txt b/meson_options.txt index e4d8f3d..7c0e103 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,17 +5,22 @@ 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( + 'xwayland', + type: 'boolean', + value: false, + description: 'Build compositor with XWayland support. Disabled by default' +) option( - 'waltham', - type: 'boolean', - value: false, - description: 'Build compositor with Waltham support. Disabled by default' + 'xwayland-path', + type: 'string', + value: '/usr/bin/Xwayland', + description: 'Xwayland: path to installed Xwayland binary' )