About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options10
1 files changed, 10 insertions, 0 deletions
diff --git a/meson.options b/meson.options
index 6f2a0a5035a..b1cdb06fcc9 100644
--- a/meson.options
+++ b/meson.options
@@ -778,6 +778,16 @@ option(
)
option(
+ 'legacy-wayland',
+ type : 'array',
+ value : [],
+ description : 'Build legacy Wayland support features.',
+ choices : [
+ 'bind-wayland-display',
+ ],
+)
+
+option(
'legacy-x11',
type : 'array',
value : [],