[gvfs] build: Print also gvfs version in the configuration summary



commit f2d8ceeb4ccbea8f9556e159277faf5b83462178
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Mar 13 12:44:27 2018 +0100

    build: Print also gvfs version in the configuration summary
    
    Use already defined gvfs_name and gvfs_version variables to print
    also gvfs version in the configuration summary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793920

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 03f58b5..9fafc12 100644
--- a/meson.build
+++ b/meson.build
@@ -522,7 +522,7 @@ meson.add_install_script(
   gvfs_libdir
 )
 
-output = meson.project_name() + ' configuration summary:\n'
+output = gvfs_name + ' ' + gvfs_version + ' configuration summary:\n'
 output += '\n'
 output += '  dbus_service_dir: ' + dbus_service_dir + '\n'
 output += '  gio_module_dir: ' + gio_module_dir + '\n'


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