[gtk/bump-meson-req] Bump the meson requirement
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/bump-meson-req] Bump the meson requirement
- Date: Sun, 25 Sep 2022 00:08:40 +0000 (UTC)
commit 0f4f90d7223ae0e3c32a0c4ac609d54c8ce65c69
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Sep 24 20:07:03 2022 -0400
Bump the meson requirement
GLib requires meson 0.60 nowadays, and it does not
make much sense for us to support an older meson.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index a4e69be6d1..1f3ac591f3 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('gtk', 'c',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
- meson_version : '>= 0.59',
+ meson_version : '>= 0.60.0',
license: 'LGPL-2.1-or-later')
glib_req = '>= 2.66.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]