Drop duplicate linking to libvncserver.

Summary:
The duplicate link may also be missing necessary -L flags,
so it causes linker errors when libvncserver is installed
in unusual places (while ${LIBVNCSERVER_LIBRARIES} DTRT).

Reviewers: sitter, apol, ltoscano, heikobecker

Reviewed By: sitter

Differential Revision: https://phabricator.kde.org/D5018
This commit is contained in:
Adriaan de Groot
2017-03-11 22:22:49 +01:00
parent 27e48f1114
commit f702422c9d

View File

@@ -78,7 +78,6 @@ add_executable (krfb
target_link_libraries (krfb
krfbprivate
vncserver
${JPEG_LIBRARIES}
${X11_Xext_LIB}
${X11_X11_LIB}