aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-10-31 17:01:38 +0100
committerPierre Ossman <ossman@cendio.se>2025-02-25 17:20:34 +0100
commit3035396984cc7c544b44b61232f2c0437f6426cb (patch)
tree22848bb5609893d606068a6d3c13c5500876a5b1
parent4001e75a0edfa1032f5c5bee54cde422ba2b5870 (diff)
downloadtigervnc-3035396984cc7c544b44b61232f2c0437f6426cb.tar.gz
tigervnc-3035396984cc7c544b44b61232f2c0437f6426cb.zip
Remove unused libnetwork dependency from vncconfig
-rw-r--r--unix/vncconfig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncconfig/CMakeLists.txt b/unix/vncconfig/CMakeLists.txt
index 46c87d31..4882dc71 100644
--- a/unix/vncconfig/CMakeLists.txt
+++ b/unix/vncconfig/CMakeLists.txt
@@ -9,7 +9,7 @@ target_include_directories(vncconfig SYSTEM PUBLIC ${X11_INCLUDE_DIR})
target_include_directories(vncconfig PUBLIC ${CMAKE_SOURCE_DIR}/common)
target_include_directories(vncconfig PUBLIC ${CMAKE_SOURCE_DIR}/unix/tx)
-target_link_libraries(vncconfig core tx rfb network ${X11_LIBRARIES})
+target_link_libraries(vncconfig core tx rfb ${X11_LIBRARIES})
install(TARGETS vncconfig DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})
install(FILES vncconfig.man DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man1 RENAME vncconfig.1)