From 710a9c7c320fab11ac523662b93140c14e8163a4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 10 Jan 2015 20:42:02 -0600 Subject: Use latest libvncserver module for krfb This relates to Bug 1582 among others --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 81df9962..857b9ad4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### tdenetwork directories #################### +if (BUILD_KRDC OR BUILD_KRFB) + set ( BUILD_LIBTDEVNC ON ) +endif (BUILD_KRDC OR BUILD_KRFB) + +tde_conditional_add_subdirectory( BUILD_LIBTDEVNC libtdevnc ) tde_conditional_add_subdirectory( BUILD_DCOPRSS dcoprss ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_FILESHARING filesharing ) -- cgit v1.2.1