Message ID | 20230809065143.2002324-2-gioele@svario.it (mailing list archive) |
---|---|
State | Accepted |
Commit | 8b6432a8728f87aa328bd67f07a35a1e755d75e6 |
Headers | show |
Series | configure.ac: Install D-Bus policy in /usr/share, not /etc | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=774393 ---Test result--- Test Summary: CheckPatch PASS 0.95 seconds GitLint PASS 0.69 seconds BuildEll PASS 27.58 seconds BluezMake PASS 889.39 seconds MakeCheck PASS 12.96 seconds MakeDistcheck PASS 159.07 seconds CheckValgrind PASS 258.58 seconds CheckSmatch PASS 347.14 seconds bluezmakeextell PASS 105.28 seconds IncrementalBuild PASS 1470.25 seconds ScanBuild PASS 1075.30 seconds --- Regards, Linux Bluetooth
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)