diff options
author | monsta <[email protected]> | 2020-01-10 14:09:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2020-01-10 14:09:28 +0300 |
commit | c1519c5669112499b889fe4c1d5373aaa633b0d6 (patch) | |
tree | 13399a2f156854f942eafd7a94290a8d2c856a6d /configure.ac | |
parent | 77d41dd146f9ad64656fab9f3fc9a983b8109f25 (diff) | |
download | mate-settings-daemon-c1519c5669112499b889fe4c1d5373aaa633b0d6.tar.bz2 mate-settings-daemon-c1519c5669112499b889fe4c1d5373aaa633b0d6.tar.xz |
require DBUS >= 1.10.0
needed after 474cc44934eb915f97dd8ba876e2256c40b4ea9a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) # |