diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-27 13:47:38 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-27 13:47:38 +0200 |
commit | 9798deaf46fcdd36dd5cdea141c6d6a668d2bc72 (patch) | |
tree | 5d8a37161bfb06306156e2ff633db6710de45f77 /meson.build | |
parent | Merge pull request #23131 from poettering/shared-compress (diff) | |
download | systemd-9798deaf46fcdd36dd5cdea141c6d6a668d2bc72.tar.xz systemd-9798deaf46fcdd36dd5cdea141c6d6a668d2bc72.zip |
meson: show default compression method in summary
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ee3fc62d46..783630c1d1 100644 --- a/meson.build +++ b/meson.build @@ -4127,6 +4127,7 @@ summary({ 'nobody user name' : nobody_user, 'nobody group name' : nobody_group, 'fallback hostname' : get_option('fallback-hostname'), + 'default compression method' : compression, 'default DNSSEC mode' : default_dnssec, 'default DNS-over-TLS mode' : default_dns_over_tls, 'default mDNS mode' : default_mdns, |