[gnome-session/wip/modernize: 1/5] build: Require the latest GLib
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session/wip/modernize: 1/5] build: Require the latest GLib
- Date: Mon, 29 Oct 2012 22:55:48 +0000 (UTC)
commit 436bb1525f8f067359584e7412fb1f1b916277ed
Author: Colin Walters <walters verbum org>
Date: Thu Oct 25 18:35:56 2012 -0400
build: Require the latest GLib
Needed to use SIGUSR1 with g_unix_signal_add().
https://bugzilla.gnome.org/show_bug.cgi?id=687067
configure.ac | 2 +-
gnome-session/test-client-dbus.c | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0d85179..1f07a70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ if test "x$enable_deprecation_flags" = "xyes"; then
AC_SUBST([DISABLE_DEPRECATED_CFLAGS])
fi
-GLIB_REQUIRED=2.33.4
+GLIB_REQUIRED=2.35.0
GTK3_REQUIRED=2.90.7
DBUS_GLIB_REQUIRED=0.76
UPOWER_REQUIRED=0.9.0
diff --git a/gnome-session/test-client-dbus.c b/gnome-session/test-client-dbus.c
index 56a7092..18dc99e 100644
--- a/gnome-session/test-client-dbus.c
+++ b/gnome-session/test-client-dbus.c
@@ -239,8 +239,6 @@ main (int argc,
g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
- g_type_init ();
-
res = session_manager_connect ();
if (! res) {
g_warning ("Unable to connect to session manager");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]