[sysprof] build: drop meson requirement to 0.59



commit 42027be5dcf3fef6b5656fc1a9c08a77512f5abc
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 1 19:07:57 2022 -0700

    build: drop meson requirement to 0.59
    
    It's what fedora has in F36, so try to limit ourselves to that rather than
    jumping far forward too quickly.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 13ef35a1..029b5742 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('sysprof', 'c',
           license: ['GPL3+', 'GPL2+'],
           version: '3.45.0',
-    meson_version: '>=0.60.0',
+    meson_version: '>=0.59.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',
                      'warning_level=2',


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