summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-14 10:03:53 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-14 10:03:53 +0100
commitdeab7cb050b238c5d4382afd98ab39b126962261 (patch)
treee2bff06c14b8cc509042498d20125cef929c7a3f /meson.build
parentde276b6d8f402e0f9854d9de497f8ba777a77e5e (diff)
downloadappstream-glib-deab7cb050b238c5d4382afd98ab39b126962261.tar.gz
trivial: Fix the meson version compare value
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0eff656..b4a54af 100644
--- a/meson.build
+++ b/meson.build
@@ -129,7 +129,7 @@ endif
# depends on libappstream-builder
subdir('client')
-if meson.version().version_compare('<meson-0.41.0')
+if meson.version().version_compare('<0.41.0')
archiver = find_program('git', required : false)
if archiver.found()
run_target('dist',