From: Yu Watanabe Date: Mon, 4 Jan 2021 11:21:48 +0000 (+0900) Subject: meson: show standalone-binaries setting in the summary X-Git-Tag: v248-rc1~304^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b49798a6911754085acc10e0be55432a848893;p=thirdparty%2Fsystemd.git meson: show standalone-binaries setting in the summary --- 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