]> source.dussan.org Git - tigervnc.git/commitdiff
We don't use fltk_images or fltk_forms, so don't try to detect those (otherwise,...
authorDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 09:30:15 +0000 (09:30 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 09:30:15 +0000 (09:30 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4521 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt

index 0d74e6013e7d97b338f8703611f466d18513e5b7..8fc901e9b447d6b965562da76d28598828d1739f 100644 (file)
@@ -186,6 +186,8 @@ endif()
 if(BUILD_NEW_VNCVIEWER)
   set(FLTK_SKIP_FLUID TRUE)
   set(FLTK_SKIP_OPENGL TRUE)
+  set(FLTK_SKIP_IMAGES TRUE)
+  set(FLTK_SKIP_FORMS TRUE)
   find_package(FLTK COMPONENTS REQUIRED)
 
   # No proper handling for extra X11 libs that FLTK might need...