summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2020-02-27 11:55:15 +0100
committerFrediano Ziglio <freddy77@gmail.com>2020-05-11 09:55:26 +0100
commitd70044ab49728524c68796dd371d2bf7d94d27e5 (patch)
tree6ebf7fc361c62846112f769b3ebcbbadd8b48232 /meson_options.txt
parent80e9c852a406d93cad3fc7b845fe181d75356f11 (diff)
meson: add wayland protocols
Generate wayland protocols: these will be used later for locking the mouse pointer and getting relative mouse movements when using the mouse in server mode in Wayland. The meson build steps have been freely taken and adapted from Weston source code: https://gitlab.freedesktop.org/wayland/weston/-/blob/master/protocol/meson.build Signed-off-by: Francesco Giudici <fgiudici@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 88ca9b4..4bffbfa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,10 @@ option('gtk',
type : 'feature',
description: 'Enable gtk+')
+option('wayland-protocols',
+ type : 'feature',
+ description: 'Enable wayland protocols')
+
option('webdav',
type : 'feature',
description: 'Enable webdav support')