]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: show git version used during configuration
authorDaniel Wagner <dwagner@suse.de>
Fri, 12 Jul 2024 12:18:12 +0000 (14:18 +0200)
committerDaniel Wagner <wagi@monom.org>
Fri, 12 Jul 2024 17:57:14 +0000 (19:57 +0200)
Show which git version is used when configuration phase.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
meson.build

index 11f7cc5453d6dc7a850be5cc02477f8fee41a15f..a53fec24d6f5f75e410d57ea9f3c5106547c081d 100644 (file)
@@ -352,7 +352,8 @@ if meson.version().version_compare('>=0.53.0')
     }
     summary(dep_dict, section: 'Dependencies')
     conf_dict = {
-        'pdc enabled':       get_option('pdc-enabled')
+        'git version':       conf.get('GIT_VERSION'),
+        'pdc enabled':       get_option('pdc-enabled'),
     }
     summary(conf_dict, section: 'Configuration')
 endif