From: Eric Le Bihan Date: Mon, 14 Apr 2014 09:25:37 +0000 (+0200) Subject: liblogging: enable systemd compatibility libs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77d6e6ac2a74bc591cdfcadcb1d2f3e79a4469a0;p=buildroot.git liblogging: enable systemd compatibility libs 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 Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/liblogging/Config.in b/package/liblogging/Config.in index 23c3c1ad2d..12ee950dc8 100644 --- a/package/liblogging/Config.in +++ b/package/liblogging/Config.in @@ -1,5 +1,6 @@ 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