Spruce up config summary
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Apr 2018 01:11:57 +0000 (21:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Apr 2018 02:03:38 +0000 (22:03 -0400)
Show all the options. Nothing to hide.

meson.build

index 2a30d34a5f87a1f7f48e2a9df18b826936036def..8872d58fbd6b304dfa2237f316ea539338c836c0 100644 (file)
@@ -750,13 +750,18 @@ summary = [
   '------',
   'GTK+ @0@ (@1@)'.format(gtk_version, gtk_api_version),
   '',
-  '  Enabled backends: @0@'.format(pkg_targets.strip()),
-  '    Vulkan support: @0@'.format(have_vulkan),
+  '  Display backends: @0@'.format(pkg_targets.strip()),
   '    Print backends: @0@'.format(' '.join(print_backends)),
   '    Media backends: @0@'.format(' '.join(media_backends)),
-  '             Tests: @0@'.format(get_option('build-tests')),
+  '    Vulkan support: @0@'.format(have_vulkan),
+  '     Cloud support: @0@'.format(get_option('cloudproviders')),
+  '    Colord support: @0@'.format(get_option('colord')),
+  '     Introspection: @0@'.format(get_option('introspection')),
   '     Documentation: @0@'.format(get_option('documentation')),
+  '       Build tests: @0@'.format(get_option('build-tests')),
+  '     Install tests: @0@'.format(get_option('install-tests')),
   '             Demos: @0@'.format(get_option('demos')),
+  '          Examples: @0@'.format(get_option('demos')),
   'Directories:',
   '            prefix: @0@'.format(gtk_prefix),
   '        includedir: @0@'.format(gtk_includedir),