summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-15 23:07:16 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-15 23:07:16 -0300
commita31589d72ecd31332ea1ce4e0470b5f19e9042a5 (patch)
treed08b16598e3d747a35f0b7f0894a238b834fb2ce /meson.build
parent4ca7b869ef4417d2797e4a6e4f0887c2d676e030 (diff)
downloadgnome-todo-a31589d72ecd31332ea1ce4e0470b5f19e9042a5.tar.gz
project: Bump minimum GLib version
Closes https://gitlab.gnome.org/GNOME/gnome-todo/issues/189
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 01ec4f69..fc7ec143 100644
--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,7 @@ endif
add_project_arguments(common_flags + compiler_flags, language: 'c')
-glib_dep = dependency('glib-2.0', version: '>= 2.43.4')
+glib_dep = dependency('glib-2.0', version: '>= 2.58.0')
gtk_dep = dependency('gtk+-4.0', version: '>= 3.92.0')
gnome_todo_deps = [