[gobject-introspection/ebassi/issue-414: 2/5] Depend on Meson >= 0.58.2




commit ccef398c3c901677780d214844d3c9a03f8eb2cb
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jan 11 15:50:11 2022 +0000

    Depend on Meson >= 0.58.2
    
    We are going to use additional API that is only available since 0.57,
    but since 0.57 is a very old version, let's skip it.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index eb2bc5c9..bb4873e0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gobject-introspection', 'c',
   version: '1.71.0',
-  meson_version: '>= 0.55.3',
+  meson_version: '>= 0.58.2',
   default_options: [
     'warning_level=2',
     'buildtype=debugoptimized',


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