aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-06-14 10:15:23 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-06-14 12:04:00 +0200
commit3965d37f1c51cd2e0f86b160f4145d235f88e55e (patch)
treec82652c3424207137ae7ac686ddccb539eee20d0
parenta45ae0ced864c9b1f65f4199a91b5ea490a7641e (diff)
config.cmake.sample: Remove dependency to libsystemd
The dependency to libsystemd isn't strictly required. Change-Id: I763e6a8d63af921c25c8dfdfb2d2021671dfd9d2 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--samples.d/config.cmake.sample5
1 files changed, 4 insertions, 1 deletions
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)
# ------------------------------------------------------