summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-07-04 11:34:02 +0200
committerPierre Ossman <ossman@cendio.se>2014-07-04 11:34:02 +0200
commitf3c2026d5be5c64655386bb1d1592eb250830ea1 (patch)
tree938421940dcd7eb08ca0b52b978e1495125b40e9 /common
parent1338c0dc2d79235cd0380a1f11a7558548929a82 (diff)
downloadtigervnc-f3c2026d5be5c64655386bb1d1592eb250830ea1.tar.gz
tigervnc-f3c2026d5be5c64655386bb1d1592eb250830ea1.zip
librfb needs librdr so make sure it always gets pulled in
Diffstat (limited to 'common')
-rw-r--r--common/rfb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt
index 27e3caa5..c2df95ad 100644
--- a/common/rfb/CMakeLists.txt
+++ b/common/rfb/CMakeLists.txt
@@ -72,7 +72,7 @@ if(WIN32)
set(RFB_SOURCES ${RFB_SOURCES} WinPasswdValidator.cxx)
endif(WIN32)
-set(RFB_LIBRARIES ${JPEG_LIBRARIES} os)
+set(RFB_LIBRARIES ${JPEG_LIBRARIES} os rdr)
if(HAVE_PAM)
set(RFB_SOURCES ${RFB_SOURCES} UnixPasswordValidator.cxx