[gnome-builder] build: fix meson version check



commit 9c2ddc2e2cca31017a2c9545aae045b8c50eaf8c
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 4 14:32:48 2019 -0700

    build: fix meson version check

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1df96033e..80e8274eb 100644
--- a/meson.build
+++ b/meson.build
@@ -284,7 +284,7 @@ endforeach
 # If we have sysprof-capture-3, we can export tracing information
 # to the SYSPROF_TRACE_FD.
 #
-libsysprof_capture = dependency('sysprof-capture-3', version: '3.33.1', static: true, required: false)
+libsysprof_capture = dependency('sysprof-capture-3', version: '>= 3.33.1', static: true, required: false)
 if libsysprof_capture.found()
   config_h.set10('ENABLE_TRACING_SYSCAP', true)
 endif


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