diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-12-28 15:17:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-03-19 00:13:55 +0100 |
commit | 43cc7a3ef4f6a89946e7ffd6a3112a0c1740b1ef (patch) | |
tree | 719c7e2eeba27fbfbf45141fa1f65e2d41b4e9e7 /meson_options.txt | |
parent | various: make parse_env_file error handling the same in various places (diff) | |
download | systemd-43cc7a3ef4f6a89946e7ffd6a3112a0c1740b1ef.tar.xz systemd-43cc7a3ef4f6a89946e7ffd6a3112a0c1740b1ef.zip |
sysupdate: add new component "sysupdate"
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
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', |