aboutsummaryrefslogtreecommitdiff
path: root/utils/dbus/patches/020-cmake-fix-tmp-session-search.patch
Commit message (Collapse)AuthorAge
* 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>