wisun-br-linux
wisun-br-linux copied to clipboard
Allowing compiling without DBUS.
There is a minor bug in CMakeLists.txt that always brings in common/dbus.c, even though later in the CMakeLists.txt file it is properly bounded by the check of "if(LIBSYSTEMD_FOUND)" (See line ~373 in CMakeLists.txt for it)
Because the line always brings in common/dbus.c, building without dbus isn't possible. Removing the 1 line from the CMakeLists.txt fixes this issue.