From 0c912c82a833bde70627504601941f64302733cb Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 Dec 2021 12:53:46 +0100 Subject: [PATCH] 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 --- utils/dbus/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 8b084f96c..d52b25e79 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -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 \