[gnome-online-accounts/carlosgc/libsoup3: 5/6] Update the required version of Meson




commit d7a8000d9806e2dd3a58f1478cc89293db094499
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 16 11:40:55 2022 +0100

    Update the required version of Meson
    
    Meson 0.50 is positively ancient, and we're getting deprecation warnings
    when building with reasonably more recent versions.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f14019f1..3c060da4 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
   version: '3.45.1',
   license: 'LGPL2+',
   default_options: 'buildtype=debugoptimized',
-  meson_version: '>= 0.50.0'
+  meson_version: '>= 0.56.0'
 )
 
 goa_name = 'goa'


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