From c1519c5669112499b889fe4c1d5373aaa633b0d6 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 10 Jan 2020 14:09:28 +0300 Subject: require DBUS >= 1.10.0 needed after 474cc44934eb915f97dd8ba876e2256c40b4ea9a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4deeb78..094ac04 100644 --- a/configure.ac +++ b/configure.ac @@ -318,7 +318,7 @@ AC_SUBST(NSS_DATABASE) # --------------------------------------------------------------------------- POLKIT_REQUIRED=0.97 -DBUS_REQUIRED=1.1.2 +DBUS_REQUIRED=1.10.0 # PolicyKit detection; defaults to 'auto' (use it if it's available) # -- cgit v1.2.1