From f92d45eb5c8583562c91898e6e5636b6a7337e30 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 24 Aug 2022 16:55:24 +0300 Subject: [PATCH 28/28] Meson: Do not build ruledit by default See osdn #45446 Signed-off-by: Marko Lindqvist --- doc/INSTALL.meson | 2 +- meson_options.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.meson b/doc/INSTALL.meson index 6cb6c6dbb4..5abac94b21 100644 --- a/doc/INSTALL.meson +++ b/doc/INSTALL.meson @@ -141,7 +141,7 @@ audio (boolean): Build sound support to the clients. Defaults to true. ruledit (boolean): - Build ruleset editor. Defaults to true. + Build ruleset editor. Defaults to false. nls (boolean): Build in Native Language Support. Defaults to true. diff --git a/meson_options.txt b/meson_options.txt index 8aa2b41bf2..32787b8730 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -47,7 +47,7 @@ option('audio', option('ruledit', type: 'boolean', - value: true, + value: false, description: 'Build ruleset editor') option('nls', -- 2.35.1