[grilo/ebassi/subproject-variables: 1/8] build: Depend on Meson 0.62
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/ebassi/subproject-variables: 1/8] build: Depend on Meson 0.62
- Date: Tue, 27 Sep 2022 13:32:14 +0000 (UTC)
commit 62098046cbcb1bcbc867274d447803229c97a6a1
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Sep 27 13:57:04 2022 +0100
build: Depend on Meson 0.62
Grilo already uses new functionality, and gets deprecation warnings, so
we should update the build system.
Unlike Autotools, Meson is still being developed, which means we need to
keep up, at least until 1.0 is out.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 79ab50a..21f566b 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@ project('grilo', 'c',
'warning_level=1'
],
license: 'LGPL-2.1-or-later',
- meson_version: '>= 0.47.0')
+ meson_version: '>= 0.62.0')
grilo_version = meson.project_version()
grlnet_version = meson.project_version()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]