diff options
author | monsta <[email protected]> | 2020-01-16 17:18:17 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-21 18:23:09 +0100 |
commit | 4dab9eb906dad6b284381961c912cc8d56ff1c1a (patch) | |
tree | d754dea85d7b7aad56076436e5172a1633030ae8 | |
parent | 5829401ec83f31a351752088afd6aabffb28eaa3 (diff) | |
download | mate-applets-4dab9eb906dad6b284381961c912cc8d56ff1c1a.tar.bz2 mate-applets-4dab9eb906dad6b284381961c912cc8d56ff1c1a.tar.xz |
use ${datadir}/dbus-1/system.d as the default D-Bus config dir
and bump the required D-Bus version
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3c5e19a3..cda49767 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ LIBPANEL4_REQUIRED=1.17.0 LIBGTOP_REQUIRED=2.12.0 LIBNOTIFY_REQUIRED=0.7.0 UPOWER_REQUIRED=0.9.4 -DBUS_REQUIRED=1.1.2 +DBUS_REQUIRED=1.10.0 DBUS_GLIB_REQUIRED=0.74 LIBXML_REQUIRED=2.5.0 POLKIT_REQUIRED=0.97 @@ -140,7 +140,7 @@ AC_ARG_WITH(dbus-sys, if ! test -z "$with_dbus_sys" ; then DBUS_SYS_DIR="$with_dbus_sys" else - DBUS_SYS_DIR='${sysconfdir}/dbus-1/system.d' + DBUS_SYS_DIR='${datadir}/dbus-1/system.d' fi AC_SUBST(DBUS_SYS_DIR) |