From 77d6e6ac2a74bc591cdfcadcb1d2f3e79a4469a0 Mon Sep 17 00:00:00 2001 From: Eric Le Bihan Date: Mon, 14 Apr 2014 11:25:37 +0200 Subject: [PATCH] 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 --- package/liblogging/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/liblogging/Config.in b/package/liblogging/Config.in index 23c3c1ad2..12ee950dc 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 -- 2.11.4.GIT