[gedit/zbrown/deteplification-src: 65/633] build: list of directories in summary message: only the prefix




commit 77c42a494b6e4f460d283109d9667412adfebb5b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Dec 4 13:22:08 2019 +0100

    build: list of directories in summary message: only the prefix
    
    It is not very useful to print the other directories. The prefix is the
    most important. The others can anyway be retrieved with `meson
    configure`.

 meson.build | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 0dbd6ad9c..f7cb628d2 100644
--- a/meson.build
+++ b/meson.build
@@ -191,11 +191,7 @@ summary = [
   '       Vala API: @0@'.format(generate_vapi),
   '  Gvfs metadata: @0@'.format(enable_gvfs_metadata),
   '',
-  'Directories:',
-  '         prefix: @0@'.format(prefix),
-  '     includedir: @0@'.format(includedir),
-  '         libdir: @0@'.format(libdir),
-  '        datadir: @0@'.format(datadir),
+  'Prefix: @0@'.format(get_option('prefix')),
   '',
   'Plugins:',
   '',


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