[glade/wip/tintou/glib-min] Require GLib >= 2.62
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/wip/tintou/glib-min] Require GLib >= 2.62
- Date: Wed, 9 Sep 2020 20:59:20 +0000 (UTC)
commit dfed87c8bcf89e22cc8e580beba48bf58e959246
Author: Corentin Noël <corentin elementary io>
Date: Wed Sep 9 22:58:26 2020 +0200
Require GLib >= 2.62
g_clear_signal_handler has been introduced in GLib 2.62 and is used in the code.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index a91a790d..e073fa39 100644
--- a/meson.build
+++ b/meson.build
@@ -110,7 +110,7 @@ endif
add_project_arguments(common_flags, language: 'c')
# Check required libraries
-glib_dep = dependency('glib-2.0', version: '>= 2.53.2')
+glib_dep = dependency('glib-2.0', version: '>= 2.62')
gmodule_dep = dependency('gmodule-2.0')
gmodule_export_dep = dependency('gmodule-export-2.0')
gtk_dep = dependency('gtk+-3.0', version: '>= 3.24.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]