packages/utils/dbus/Config.in
Florian Eckert 9fa04c296f dbus: add debug compile option
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>
2021-12-10 15:08:51 +01:00

7 lines
92 B
Text

if PACKAGE_dbus
config DBUS_VERBOSE
bool "Enable verbose error strings"
default n
endif