dbus: fix configure args for verbose mode

When switching from cmake to autotools, the wrong logging was used for
the verbose compilations option. This commit fixes that.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2022-02-07 17:49:23 +01:00
parent 115bf07f6c
commit 2cbe230b6a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ CONFIGURE_ARGS += \
--disable-xml-docs
ifeq ($(CONFIG_DBUS_VERBOSE),y)
CONFIGURE_ARGS += --disable-verbose-mode
CONFIGURE_ARGS += --enable-verbose-mode
endif
define Build/InstallDev