[gnome-online-accounts/carlosgc/libsoup3: 4/10] Update the required version of Meson
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/carlosgc/libsoup3: 4/10] Update the required version of Meson
- Date: Thu, 16 Jun 2022 19:48:19 +0000 (UTC)
commit 0fce48da91c52cdcda22d329427173f8fbd97ae0
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 53edb13b..3c199ce0 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]