mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Signed-off-by: Damien Lanson <damien@kal-host.com> [Thomas: - Rewrap Config.in help text. - Add missing new line at the end of the Config.in help text. - Use 80 # signs for the .mk file header. - Use <pkg>_SUBDIR = log4cpp instead of moving things around during the extract step. - Fix typo in the license (it's LGPL, not GLPL), and make it LGPLv2.1+, since it's what the HTML documentation says. - In addition to removing the log4cpp-config script from the target, tweak the variant installed in staging so that it behaves properly for cross-compilation. Unfortunately, the <pkg>_CONFIG_SCRIPTS generic mechanism doesn't work for this config script.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
405 B
Plaintext
Executable File
14 lines
405 B
Plaintext
Executable File
config BR2_PACKAGE_LOG4CPP
|
|
bool "log4cpp"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Log4cpp is library of C++ classes for flexible logging to
|
|
files, syslog, IDSA and other destinations. It is modeled
|
|
after the Log4j Java library, staying as close to their API
|
|
as is reasonable.
|
|
|
|
http://log4cpp.sourceforge.net/
|
|
|
|
comment "log4cpp needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|