From f3c2026d5be5c64655386bb1d1592eb250830ea1 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 4 Jul 2014 11:34:02 +0200 Subject: librfb needs librdr so make sure it always gets pulled in --- common/rfb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit v1.2.3