diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-06-14 10:15:23 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | fc45cd7826aa588491143a216457f90b572d5ef5 (patch) | |
tree | 0e1d022f932843435d83faf3291b2d6affc0f26a /samples.d | |
parent | 09c0af2e92a92889f8df661584349d1726d371fc (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>
Diffstat (limited to 'samples.d')
-rw-r--r-- | samples.d/config.cmake.sample | 5 |
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) # ------------------------------------------------------ |