|
@@ -11,6 +11,13 @@ LOG4CPLUS_LICENSE = Apache-2.0, BSD-2-Clause, BSD-like (threadpool)
|
|
|
LOG4CPLUS_LICENSE_FILES = LICENSE
|
|
|
LOG4CPLUS_INSTALL_STAGING = YES
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_QT5BASE),y)
|
|
|
+LOG4CPLUS_DEPENDENCIES += host-pkgconf qt5base
|
|
|
+LOG4CPLUS_CONF_OPTS += --with-qt5
|
|
|
+else
|
|
|
+LOG4CPLUS_CONF_OPTS += --without-qt5
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
|
|
LOG4CPLUS_CONF_ENV += LIBS='-latomic'
|
|
|
endif
|