Browse Source

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>
lilik-openwrt-22.03
Florian Eckert 2 years ago
parent
commit
2cbe230b6a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/dbus/Makefile

+ 1
- 1
utils/dbus/Makefile 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


Loading…
Cancel
Save