summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-10-30 14:21:09 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-10-31 22:08:08 +0100
commit243b63d8a6797cf9de37b309575d9ec0cb04c041 (patch)
tree4193f13ff3cbdce911e5bdaace7b46db39f8f549 /meson_options.txt
parentman: warn that sysupdate's API is unstable (diff)
downloadsystemd-243b63d8a6797cf9de37b309575d9ec0cb04c041.tar.xz
systemd-243b63d8a6797cf9de37b309575d9ec0cb04c041.zip
meson: add separate option for sysupdated, disable in release builds
This commit introduces a build-time option to enable/disable sysupdated separately from sysupdate. 'auto' translated to enabled by default in developer builds.
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 ec3688ab33..78ec25bfa3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -108,6 +108,10 @@ option('repart', type : 'feature', deprecated : { 'true' : 'enabled', 'false' :
description : 'install the systemd-repart tool')
option('sysupdate', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
description : 'install the systemd-sysupdate tool')
+option('sysupdated', type: 'combo', value : 'auto',
+ choices : ['auto', 'enabled', 'disabled'],
+ description : 'install the systemd-sysupdated service')
+
option('coredump', type : 'boolean',
description : 'install the coredump handler')
option('pstore', type : 'boolean',