From: Pierre Ossman Date: Wed, 11 Feb 2015 12:47:21 +0000 (+0100) Subject: rfb::Region uses the Xregion library X-Git-Tag: v1.4.90~47^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f2fbc05e448690a22132b81fbc3f79810f2a835;p=tigervnc.git rfb::Region uses the Xregion library --- diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt index 6cd321e4..e9b027a1 100644 --- a/common/rfb/CMakeLists.txt +++ b/common/rfb/CMakeLists.txt @@ -67,7 +67,7 @@ if(WIN32) set(RFB_SOURCES ${RFB_SOURCES} WinPasswdValidator.cxx) endif(WIN32) -set(RFB_LIBRARIES ${JPEG_LIBRARIES} os rdr) +set(RFB_LIBRARIES ${JPEG_LIBRARIES} os rdr Xregion) if(HAVE_PAM) set(RFB_SOURCES ${RFB_SOURCES} UnixPasswordValidator.cxx