diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
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', |