aboutsummaryrefslogtreecommitdiff
path: root/utils/dbus/patches
Commit message (Collapse)AuthorAge
* dbus: drop CMake patchesRobert Marko2023-09-08
| | | | | | | | | CMake is not being used to build dbus as it does not respect endinaness under CMake and 1.14 branch. So, lets drop the patches as they will not apply to future 1.14 update. Signed-off-by: Robert Marko <robimarko@gmail.com>
* dbus: add patch to fix cmake tmp session searchFlorian Eckert2021-12-10
| | | | | | | | | The tmp file location cannot be set explicitly. It is set incorrectly by cmake. This patch only searches for this location if it is not specified via the build system. Without this change, the cross compile value is not correct set on target in the file /usr/share/dbus-1/session.conf. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* dbus: fix new cmake buildRosen Penev2021-04-25
| | | | | | CMake was using the wrong paths. Fix them up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dbus: Update to 1.12.8Daniel Engberg2018-06-12
| | | | | | Update dbus to 1.12.8 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* dbus: fix musl buildSteven Barth2014-12-17
Signed-off-by: Steven Barth <steven@midlink.org>