summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0e166b1..5eaa081 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -56,3 +56,9 @@ option(
value: true,
description: 'Enable support for Wayland utility programs',
)
+option(
+ 'enable-xkbregistry',
+ type: 'boolean',
+ value: true,
+ description: 'Enable building libxkbregistry',
+)