Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 3 years ago
parent
commit
0c912c82a8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utils/dbus/Makefile

+ 0
- 1
utils/dbus/Makefile 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 \


Loading…
Cancel
Save