77d6e6ac2a
If systemd is chosen as init system, liblogging will enable the installation of compatibility libraries in systemd. When liblogging will be updated to depend on libsystemd.so, this selection will have to be removed. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
config BR2_PACKAGE_LIBLOGGING
|
|
bool "liblogging"
|
|
select BR2_PACKAGE_SYSTEMD_COMPAT if BR2_INIT_SYSTEMD
|
|
help
|
|
Liblogging is an easy to use library for
|
|
logging. It offers an enhanced replacement
|
|
for the syslog() call, but retains its ease of use.
|
|
|
|
http://www.liblogging.org/
|