summaryrefslogtreecommitdiffstats
path: root/krfb/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/ConfigureChecks.cmake')
-rw-r--r--krfb/ConfigureChecks.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/krfb/ConfigureChecks.cmake b/krfb/ConfigureChecks.cmake
index 9e24956f..b488b03e 100644
--- a/krfb/ConfigureChecks.cmake
+++ b/krfb/ConfigureChecks.cmake
@@ -1,5 +1,8 @@
#################################################
#
+# (C) 2015 Timothy Pearson
+# kb9vqf (AT) pearsoncomputing (DOT) net
+#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
@@ -13,3 +16,8 @@ pkg_search_module( XTST xtst )
if( NOT XTST_FOUND )
tde_message_fatal( "xtst is required, but was not found on your system" )
endif( )
+
+pkg_search_module( LIBVNCSERVER libvncserver )
+if( NOT LIBVNCSERVER_FOUND )
+ tde_message_fatal( "libvncserver is required, but was not found on your system" )
+endif( )