meson: show standalone-binaries setting in the summary

This commit is contained in:
Yu Watanabe 2021-01-04 20:21:48 +09:00
parent d33b0daa6c
commit 18b49798a6

View file

@ -3822,6 +3822,7 @@ foreach tuple : [
['kernel-install', get_option('kernel-install')],
['systemd-analyze', conf.get('ENABLE_ANALYZE') == 1],
['fexecve'],
['standalone-binaries', get_option('standalone-binaries')],
]
if tuple.length() >= 2