From 27f95cf89daf64b003c4b545155fc1ac314f2b9a Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 22 Jul 2024 22:08:27 -0400 Subject: [PATCH] Build: Don't generate turbovncserver.conf This hasn't been necessary since fc473a5131819b4e9eae0059935477cfa0041e59 (TurboVNC 3.0 beta1.) --- unix/CMakeLists.txt | 3 +-- unix/{turbovncserver.conf.in => turbovncserver.conf} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename unix/{turbovncserver.conf.in => turbovncserver.conf} (100%) diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt index e2c793371..6f7d57852 100644 --- a/unix/CMakeLists.txt +++ b/unix/CMakeLists.txt @@ -136,8 +136,7 @@ endif() configure_file(vncserver.man.in vncserver.man @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/vncserver.man DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 RENAME vncserver.1) -configure_file(turbovncserver.conf.in turbovncserver.conf @ONLY) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/turbovncserver.conf +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/turbovncserver.conf DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/turbovncserver-security.conf DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}) diff --git a/unix/turbovncserver.conf.in b/unix/turbovncserver.conf similarity index 100% rename from unix/turbovncserver.conf.in rename to unix/turbovncserver.conf