dbus: use default pif file location form cmake

Wo do not have to specify that. Instead, take the default value from the
cmake.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2021-12-10 12:53:46 +01:00
parent 6aa99f28e5
commit 0c912c82a8
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ endef
CMAKE_OPTIONS += \
-DDBUS_SYSTEM_SOCKET=/var/run/dbus/system_bus_socket \
-DDBUS_SESSION_SOCKET_DIR=/tmp \
-DDBUS_SYSTEM_PID_FILE=/var/run/dbus.pid \
-DDBUS_BUILD_TESTS=OFF \
-DDBUS_LINUX=ON \
-DDBUS_DISABLE_ASSERT=ON \