To simplify the debugging of dbus problems, the VERBOSE option for the dbus can now be switched on via make menuconfig. This is switched off by default. If this is switched on, the dbus package must be recompiled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 lines
92 B
Text
7 lines
92 B
Text
if PACKAGE_dbus
|
|
|
|
config DBUS_VERBOSE
|
|
bool "Enable verbose error strings"
|
|
default n
|
|
|
|
endif
|