diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-01-08 16:57:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-19 13:41:42 +0100 |
commit | 9bca4ae4cd21832c6283efa9b7a1a1c9d038c16d (patch) | |
tree | 2db382af322dae57695f9386b3af82740742ba34 /meson_options.txt | |
parent | Merge pull request #18294 from ssahani/net-2 (diff) | |
download | systemd-9bca4ae4cd21832c6283efa9b7a1a1c9d038c16d.tar.xz systemd-9bca4ae4cd21832c6283efa9b7a1a1c9d038c16d.zip |
sysext: new tool for managing "system extensions" for /usr/ + /opt/
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 1707f64c17..a421473029 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -111,6 +111,8 @@ option('machined', type : 'boolean', description : 'install the systemd-machined stack') option('portabled', type : 'boolean', description : 'install the systemd-portabled stack') +option('sysext', type : 'boolean', + description : 'install the systemd-sysext stack') option('userdb', type : 'boolean', description : 'install the systemd-userdbd stack') option('homed', type : 'combo', choices : ['auto', 'true', 'false'], |