diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-06 17:04:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-06 17:04:43 +0100 |
commit | d63fb689d46000e503bb704f91e2352869840ff7 (patch) | |
tree | fc1b73af9f7d19973d44cb0c9957cdf7ba20bad6 | |
parent | f3f392caec43b4095bc1d84b315ed7972c13c144 (diff) | |
download | libtdevnc-d63fb689d46000e503bb704f91e2352869840ff7.tar.gz libtdevnc-d63fb689d46000e503bb704f91e2352869840ff7.zip |
Disable support for systemd socket activation.
We do not want any direct dependence on the systemd.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c6525ff..8d77d8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ option(WITH_SDL "Search for the Simple Direct Media Layer library to build an ex option(WITH_THREADS "Search for a threading library to build with multithreading support" ON) option(WITH_GNUTLS "Search for the GnuTLS secure communications library to support encryption" ON) option(WITH_OPENSSL "Search for the OpenSSL cryptography library to support encryption" ON) -option(WITH_SYSTEMD "Search for libsystemd to build with systemd socket activation support" ON) +option(WITH_SYSTEMD "Search for libsystemd to build with systemd socket activation support" OFF) option(WITH_GCRYPT "Search for libgcrypt to support additional authentication methods in LibVNCClient" ON) option(WITH_FFMPEG "Search for FFMPEG to build an example VNC to MPEG encoder" ON) option(WITH_TIGHTVNC_FILETRANSFER "Enable filetransfer if there is pthreads support" ON) |