Message ID | 20230809065143.2002324-2-gioele@svario.it |
---|---|
State | New |
Headers | show |
Series | configure.ac: Install D-Bus policy in /usr/share, not /etc | expand |
diff --git a/configure.ac b/configure.ac index bc7edfcd3..298b8cd59 100644 --- a/configure.ac +++ b/configure.ac @@ -85,8 +85,8 @@ if (test "${enable_threads}" = "yes"); then GLIB_LIBS="$GLIB_LIBS $GTHREAD_LIBS" fi -PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.6, dummy=yes, - AC_MSG_ERROR(D-Bus >= 1.6 is required)) +PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.10, dummy=yes, + AC_MSG_ERROR(D-Bus >= 1.10 is required)) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS)