[gedit] build: list of directories in summary message: only the prefix



commit 4727b20bc7375036c99b65dbd73b94374199c174
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 f663deda7..f9694b2ae 100644
--- a/meson.build
+++ b/meson.build
@@ -179,11 +179,7 @@ summary = [
   '        Plugins: @0@'.format(build_plugins),
   '       Vala API: @0@'.format(generate_vapi),
   '',
-  '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]