summaryrefslogtreecommitdiffstats
path: root/package/log4cpp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/log4cpp/Config.in')
-rwxr-xr-xpackage/log4cpp/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/log4cpp/Config.in b/package/log4cpp/Config.in
new file mode 100755
index 0000000000..8bae7a5e8c
--- /dev/null
+++ b/package/log4cpp/Config.in
@@ -0,0 +1,13 @@
+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
OpenPOWER on IntegriCloud