Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJean-Louis Dupond <jean-louis@dupond.be>2012-04-24 13:38:34 +0400
committerJean-Louis Dupond <jean-louis@dupond.be>2012-04-24 13:38:34 +0400
commited895f5e5aeeed51b91083a4dfdbb373751396f0 (patch)
treef36e18bfafdffb7835cca353a0dde5f999737e69 /cmake
parent3c3544f3c666dd622a8a698d51ba99fc2a3a45ba (diff)
Fix detection of libvncserver
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLIBVNCSERVER.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLIBVNCSERVER.cmake b/cmake/FindLIBVNCSERVER.cmake
index dfb0ebb3a..fba719cc0 100644
--- a/cmake/FindLIBVNCSERVER.cmake
+++ b/cmake/FindLIBVNCSERVER.cmake
@@ -18,7 +18,7 @@
# Boston, MA 02111-1307, USA.
find_package(PkgConfig)
-pkg_check_modules(PC_LIBVNCSERVER LibVNCServer)
+pkg_check_modules(PC_LIBVNCSERVER libvncserver)
set(LIBVNCSERVER_DEFINITIONS ${PC_LIBVNCSERVER_CFLAGS_OTHER})
find_path(LIBVNCSERVER_INCLUDE_DIR NAMES rfb/rfb.h