package/log4cplus: add optional qt5 dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: test BR2_PACKAGE_QT5BASE instead of BR2_PACKAGE_QT5, just for consistency with the package we add to the DEPENDENCIES variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
98bda7a194
commit
d04b12d19e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user