config.cmake.sample: Remove dependency to libsystemd 07/14407/2
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 14 Jun 2018 08:15:23 +0000 (10:15 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 14 Jun 2018 10:04:00 +0000 (12:04 +0200)
The dependency to libsystemd isn't strictly required.

Change-Id: I763e6a8d63af921c25c8dfdfb2d2021671dfd9d2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
samples.d/config.cmake.sample

index 9267481..55de5c2 100644 (file)
@@ -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)
 # ------------------------------------------------------