projects
/
geeqie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24643b8
)
Bump GLib version to 2.66
author
Arkadiy Illarionov
<
[email protected]
>
Thu, 26 Jun 2025 19:28:46 +0000
(22:28 +0300)
committer
Colin Clark
<
[email protected]
>
Fri, 27 Jun 2025 08:41:47 +0000
(09:41 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 774ddff4bf9ebb5e728d3d616e92393219f5385a..307bf770ac0a60665dd03625cf23cca6adf6c283 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-150,7
+150,7
@@
if option.enabled()
else
gtk_dep = dependency('gtk+-3.0', version : '>=3.24', required: true)
endif
-glib_dep = dependency('glib-2.0', version : '>=2.
52
', required: true)
+glib_dep = dependency('glib-2.0', version : '>=2.
66
', required: true)
# Required only when backward-cpp is used
conf_data.set('HAVE_DEVELOPER', 0)