From 6f39ecbc9be272881e2b5ca8518c80191e8fa50e Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 14 Jul 2019 13:00:00 +0200 Subject: [PATCH] meson: display util building status We show the status for examples & daemon, also show it for 'util'. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 856de4a..c6a9e80 100644 --- a/meson.build +++ b/meson.build @@ -198,6 +198,7 @@ report += [ '', ' daemon: @0@'.format(with_daemon), ' examples: @0@'.format(with_examples), + ' util: @0@'.format(with_util), ' systemd: @0@'.format(with_systemd), ]