summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-08 09:51:10 -0400
committerRan Benita <ran@unusedvar.com>2021-12-05 12:55:51 +0200
commit8531ea723fde41062a2cda7a5b75a01716e30a78 (patch)
tree4a867c0f9b792adeae125c586fb582b23ce0fa64 /meson_options.txt
parent50a24569b88f5cc07f4d382f05fea2dd5e073bf8 (diff)
downloadxorg-lib-libxkbcommon-8531ea723fde41062a2cda7a5b75a01716e30a78.tar.gz
build: add enable-tools option
this is mainly useful for multilib, but may be useful for other users as well Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 04982c6..69850b8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -44,6 +44,12 @@ option(
description: 'Default XKB options',
)
option(
+ 'enable-tools',
+ type: 'boolean',
+ value: true,
+ description: 'Enable building tools',
+)
+option(
'enable-x11',
type: 'boolean',
value: true,
@@ -59,7 +65,7 @@ option(
'enable-wayland',
type: 'boolean',
value: true,
- description: 'Enable support for Wayland utility programs',
+ description: 'Enable support for Wayland utility programs (requires enable-tools)',
)
option(
'enable-xkbregistry',