projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cefb0a3
)
Bump the meson requirement
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 25 Sep 2022 00:07:03 +0000
(20:07 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 25 Sep 2022 00:07:03 +0000
(20:07 -0400)
GLib requires meson 0.60 nowadays, and it does not
make much sense for us to support an older meson.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index a4e69be6d1cd2dc87ac9d4d107002703a67c3550..1f3ac591f31bfe737d95358697421144279dec2f 100644
(file)
--- 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'