From 794f0a1b0c6e1aa3961486166fcab8ebc964c695 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Thu, 26 Jun 2014 23:13:24 +0100 Subject: [PATCH] configure.ac: Modules gio-2.0 needs to be at least 2.34 GAsyncResultIface.is_tagged used by liblightdm-gobject has been added to 2.34 in commit: commit 82d914d808c616d14d489c0272c6d5afc4bfbd5a Author: Dan Winship Date: Thu May 10 11:09:52 2012 -0400 Title: gio: add g_async_result_is_tagged() --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f7ca3ea2..50a80d9f 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_CHECK_FUNCS(setresgid setresuid clearenv) PKG_CHECK_MODULES(LIGHTDM, [ glib-2.0 >= 2.30 - gio-2.0 >= 2.26 + gio-2.0 >= 2.34 gio-unix-2.0 xdmcp xcb -- 2.39.2