summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-12-28 15:17:54 +0100
committerLennart Poettering <lennart@poettering.net>2022-03-19 00:13:55 +0100
commit43cc7a3ef4f6a89946e7ffd6a3112a0c1740b1ef (patch)
tree719c7e2eeba27fbfbf45141fa1f65e2d41b4e9e7 /meson_options.txt
parent40f35786b0030f1f7c4b88828776ada1dd74d03e (diff)
downloadsystemd-43cc7a3ef4f6a89946e7ffd6a3112a0c1740b1ef.tar.gz
sysupdate: add new component "sysupdate"
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 284109cadf..27cfa9b697 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -100,6 +100,8 @@ option('binfmt', type : 'boolean',
description : 'support for custom binary formats')
option('repart', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'install the systemd-repart tool')
+option('sysupdate', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'install the systemd-sysupdate tool')
option('coredump', type : 'boolean',
description : 'install the coredump handler')
option('pstore', type : 'boolean',