X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meson_options.txt;h=31bbb7317492cefb6122b2989fed6b551e28f8ab;hb=5629337d14032e9aa8271d6ae1d4cf9622c3f199;hp=1e5477332ea3e55b9bde57190307b12616b6a663;hpb=59375972f5642b7ec5115fdecf4828f6af02f343;p=src%2Fagl-compositor.git diff --git a/meson_options.txt b/meson_options.txt index 1e54773..31bbb73 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -12,3 +12,24 @@ option( 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' +) + +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' +)