[rhythmbox/mesonjunk: 2/11] build: improve summary somewhat




commit 34b97b2a2cf3194f93efb8ea3ebf16432c2a44f5
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue May 17 08:33:06 2022 +1000

    build: improve summary somewhat

 meson.build | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index adf3b1ab0..e93ba1dd0 100644
--- a/meson.build
+++ b/meson.build
@@ -254,8 +254,12 @@ configure_file(input : 'config.h.meson',
   output : 'config.h',
 configuration : cdata)
 
-summary({'Tests': enable_check},
-        section: 'General')
+summary({'Tests': enable_check,
+         'Help': get_option('help'),
+         'API documentation': get_option('gtk_doc'),
+        },
+        section: 'General',
+        bool_yn: true)
 summary({'iPod integration': use_ipod,
          'MTP integration': use_mtp,
          'CD burning support': have_libbrasero_media,
@@ -267,8 +271,10 @@ summary({'iPod integration': use_ipod,
          'Libsecret keyring support': use_libsecret,
          'FM radio support': enable_fm_radio,
          'Grilo support': enable_grilo,
+         'Sample plugins': get_option('sample-plugins'),
         },
-        section: 'Plugins')
+        section: 'Plugins',
+        bool_yn: true)
 
 configinc = include_directories('.')
 libinc = include_directories('lib')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]