From d63fb689d46000e503bb704f91e2352869840ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 6 Feb 2019 17:04:43 +0100 Subject: Disable support for systemd socket activation. We do not want any direct dependence on the systemd. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3