From 18b49798a6911754085acc10e0be55432a848893 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 4 Jan 2021 20:21:48 +0900 Subject: [PATCH] meson: show standalone-binaries setting in the summary --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 50714d0234d..564ef6c83d9 100644 --- a/meson.build +++ b/meson.build @@ -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