فهرست منبع

meson: display util building status

We show the status for examples & daemon, also show it for 'util'.
Christian Kellner 5 سال پیش
والد
کامیت
6f39ecbc9b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      meson.build

+ 1 - 0
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),
 ]