diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-11-08 19:28:24 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-09 21:39:11 +0100 |
commit | e997cfaa73147f2e6f546a1a3aa923d05d85aadb (patch) | |
tree | b86f4b68210ff3bb84247b90a92a69a7e49bab86 /meson.build | |
parent | sysupdate: Bug fixes for target enumeration (#35052) (diff) | |
download | systemd-e997cfaa73147f2e6f546a1a3aa923d05d85aadb.tar.xz systemd-e997cfaa73147f2e6f546a1a3aa923d05d85aadb.zip |
meson.build: add a few features to summary
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 6b62dfa052..f579807945 100644 --- a/meson.build +++ b/meson.build @@ -3019,6 +3019,7 @@ foreach tuple : [ ['AUDIT'], ['AppArmor'], ['IMA'], + ['IPE'], ['PAM'], ['SECCOMP'], ['SELinux'], @@ -3027,6 +3028,7 @@ foreach tuple : [ ['elfutils'], ['gcrypt'], ['gnutls'], + ['libarchive'], ['libbpf'], ['libcryptsetup'], ['libcryptsetup-plugins'], @@ -3072,7 +3074,9 @@ foreach tuple : [ ['localed'], ['logind'], ['machined'], + ['mountfsd'], ['networkd'], + ['nsresourced'], ['nss-myhostname'], ['nss-mymachines'], ['nss-resolve'], |