[gedit-plugins] build: summary message: show only the prefix for the directories



commit d26c349c57b01c292eea600f3ea1bbe85296a5cf
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Nov 12 10:22:29 2019 +0100

    build: summary message: show only the prefix for the directories
    
    The other pieces of information were less useful, only rarely needed.
    Knowing the prefix is most of the time sufficient.
    
    And it's anyway possible to know the other directories (and much more
    information) with `meson configure`.

 meson.build | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index c4a7e1d..f3765a5 100644
--- a/meson.build
+++ b/meson.build
@@ -126,10 +126,7 @@ endforeach
 
 summary += [
   '',
-  'Directories:',
-  '   prefix: @0@'.format(get_option('prefix')),
-  '   libdir: @0@'.format(libdir),
-  '  datadir: @0@'.format(datadir)
+  'Prefix: @0@'.format(get_option('prefix'))
 ]
 
 message('\n'.join(summary))


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