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:
parent
115bf07f6c
commit
2cbe230b6a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-xml-docs
|
--disable-xml-docs
|
||||||
|
|
||||||
ifeq ($(CONFIG_DBUS_VERBOSE),y)
|
ifeq ($(CONFIG_DBUS_VERBOSE),y)
|
||||||
CONFIGURE_ARGS += --disable-verbose-mode
|
CONFIGURE_ARGS += --enable-verbose-mode
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|
Loading…
Reference in a new issue