Testing
[src/agl-compositor.git] / meson_options.txt
index e4d8f3d..31bbb73 100644 (file)
@@ -19,3 +19,17 @@ option(
         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'
+)