projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8374ebe
)
Bump the GLib requirement
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2022 11:59:47 +0000
(07:59 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2022 11:59:47 +0000
(07:59 -0400)
We now use GSignalGroup, which was introduced
in GLib 2.72.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 494c81ac937f0d584f6c332aacd7a37be6318421..fc6b3bb493b46c866dd16f66bc924717f2a0a131 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-10,7
+10,7
@@
project('gtk', 'c',
meson_version : '>= 0.60.0',
license: 'LGPL-2.1-or-later')
-glib_req = '>= 2.
66
.0'
+glib_req = '>= 2.
72
.0'
pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
harfbuzz_req = '>= 2.6.0'
fribidi_req = '>= 0.19.7'