diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index a4c7b2a..ac874a7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -67,4 +67,9 @@ option( value: true, description: 'Enable building libxkbregistry', ) - +option( + 'enable-tools', + type: 'boolean', + value: true, + description: 'Building libxkbcommon tools', +) |