From 3965d37f1c51cd2e0f86b160f4145d235f88e55e Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 14 Jun 2018 10:15:23 +0200 Subject: config.cmake.sample: Remove dependency to libsystemd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dependency to libsystemd isn't strictly required. Change-Id: I763e6a8d63af921c25c8dfdfb2d2021671dfd9d2 Signed-off-by: José Bollo --- samples.d/config.cmake.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 9267481..55de5c2 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -66,10 +66,13 @@ set (gcc_minimal_version 4.9) # ----------------------------- set (PKG_REQUIRED_LIST json-c - libsystemd>=222 afb-daemon ) +# You can also consider to include libsystemd +# ----------------------------------- +#list (APPEND PKG_REQUIRED_LIST libsystemd>=222) + # Prefix path where will be installed the files # Default: /usr/local (need root permission to write in) # ------------------------------------------------------ -- cgit 1.2.3-korg