package/log4qt: add telnet optional logging
Telnet logging is an optional feature that's disabled by default. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0298404386
commit
863378ed27
@ -22,4 +22,10 @@ else
|
||||
LOG4QT_CONF_OPTS += -DBUILD_WITH_DB_LOGGING=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_NETWORK),y)
|
||||
LOG4QT_CONF_OPTS += -DBUILD_WITH_TELNET_LOGGING=ON
|
||||
else
|
||||
LOG4QT_CONF_OPTS += -DBUILD_WITH_TELNET_LOGGING=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user