summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid King <davidk@gnome.org>2015-02-18 17:38:09 +0000
committerDavid King <davidk@gnome.org>2015-02-18 17:38:09 +0000
commit421799d684b768b3ae7cca7a03f1787c6f8ff489 (patch)
tree0825a283dcfc11df3feb8aef920ff1504d667a44 /configure.ac
parentb78f096167419687698d88de81d28fa1d6cc1f70 (diff)
downloadgnome-logs-421799d684b768b3ae7cca7a03f1787c6f8ff489.tar.gz
Bump GIO dependency for busy property binding
g_application_bind_busy_property() is new in 2.43.90.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6a91192..11260f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ AS_IF([test "x$have_desktop_file_validate" = "xyes"],
AM_CONDITIONAL([LOGS_ENABLE_TESTS], [test "x$testing_utilities" = "xyes"])
dnl Libraries
-GIO_REQUIRED="gio-unix-2.0 >= 2.43.4"
+GIO_REQUIRED="gio-unix-2.0 >= 2.43.90"
GTK_REQUIRED="gtk+-3.0 >= 3.15.7"
SYSTEMD_JOURNAL_REQUIRED="libsystemd-journal"
PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_JOURNAL_REQUIRED])