diff options
-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) # ------------------------------------------------------ |