summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-16 13:34:46 +0100
committerDaniel Stone <daniels@collabora.com>2021-07-23 17:22:22 +0100
commit413d2104224d609c3f08be538d0e27d3295230ba (patch)
treeef87bd6ff6586a0ea810cb2ff47942ce4ee16b6f /meson_options.txt
parent80e9482292437d4de84d234a3b847de345ce19af (diff)
libweston-desktop: introduce a deprecated-wl-shell option
This is the first step towards removing wl_shell support. Add an option so that users can toggle support for the deprecated wl_shell protocol. This lets users test their clients to make sure they work fine without wl_shell. The option is set to false by default. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c7aa9ec0..d404aef7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -139,6 +139,13 @@ option(
)
option(
+ 'deprecated-wl-shell',
+ type: 'boolean',
+ value: false,
+ description: 'Enable the deprecated wl_shell protocol'
+)
+
+option(
'color-management-lcms',
type: 'boolean',
value: true,