From d1b0d8415cc02d4ef94dfaefd4040b749944726a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 30 May 2022 05:11:31 +0900 Subject: [PATCH] meson: drop redundant spaces --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4d8dfcadbd..76f57c0fb2 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ libudev_version = '1.7.6' conf = configuration_data() conf.set_quoted('PROJECT_URL', 'https://systemd.io/') -conf.set('PROJECT_VERSION', meson.project_version(), +conf.set('PROJECT_VERSION', meson.project_version(), description : 'Numerical project version (used where a simple number is expected)') # This is to be used instead of meson.source_root(), as the latter will return