summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-06-24 21:55:47 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-06-24 21:55:47 +0200
commitb1378bc623e638c72812560aae94bee4e08aea65 (patch)
tree68ebfc9fb5d1cca86c39b5eab61c2ff0ffa95c93
parent5aa035b7f024301e0fc4e0788f4e99807f6fa87f (diff)
downloadgdm-b1378bc623e638c72812560aae94bee4e08aea65.tar.gz
configure.ac: update GLib version to 2.44.
Note that this just follows from the fact that we're using stuff like g_autoptr().
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 326a26da..77bf1227 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ dnl ---------------------------------------------------------------------------
dnl - Dependencies
dnl ---------------------------------------------------------------------------
-GLIB_REQUIRED_VERSION=2.36.0
+GLIB_REQUIRED_VERSION=2.44.0
GTK_REQUIRED_VERSION=2.91.1
LIBCANBERRA_GTK_REQUIRED_VERSION=0.4
ACCOUNTS_SERVICE_REQUIRED_VERSION=0.6.35