[vte] build: Bump glib min-req version to 2.44
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] build: Bump glib min-req version to 2.44
- Date: Wed, 18 Sep 2019 12:19:09 +0000 (UTC)
commit 50974dc57683ac32842882c9fc6b63421092eecb
Author: Egmont Koblinger <egmont gmail com>
Date: Wed Sep 18 14:15:20 2019 +0200
build: Bump glib min-req version to 2.44
https://gitlab.gnome.org/GNOME/vte/issues/172
meson.build | 2 +-
src/reaper.cc | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 448323f8..faf41202 100644
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,7 @@ gtk4_req_version = '4.0.0'
fribidi_req_version = '1.0.0'
gio_req_version = '2.44.0'
glib_req_version = '2.44.0'
-glib_min_req_version = '2.26'
+glib_min_req_version = '2.44'
glib_max_allowed_version = '2.44'
gnutls_req_version = '3.2.7'
pango_req_version = '1.22.0'
diff --git a/src/reaper.cc b/src/reaper.cc
index e630a05d..629c930a 100644
--- a/src/reaper.cc
+++ b/src/reaper.cc
@@ -170,7 +170,6 @@ main(int argc, char **argv)
_vte_debug_init();
- g_type_init();
context = g_main_context_default();
loop = g_main_loop_new(context, FALSE);
reaper = vte_reaper_ref();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]