Revision: 4827
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4827&view=rev
Author:   dcommander
Date:     2011-12-31 17:55:38 +0000 (Sat, 31 Dec 2011)
Log Message:
-----------
Make sure that all FLTK features are enabled when using the in-tree FLTK library

Modified Paths:
--------------
    trunk/CMakeLists.txt

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt        2011-12-23 14:13:04 UTC (rev 4826)
+++ trunk/CMakeLists.txt        2011-12-31 17:55:38 UTC (rev 4827)
@@ -290,6 +290,11 @@
   set(USE_INCLUDED_FLTK 1)
 endif()
 if(USE_INCLUDED_FLTK)
+  set(HAVE_FLTK_DEAD_KEYS 1)
+  set(HAVE_FLTK_CLIPBOARD 1)
+  set(HAVE_FLTK_MEDIAKEYS 1)
+  set(HAVE_FLTK_FULLSCREEN 1)
+  set(HAVE_FLTK_CURSOR 1)
   set(FLTK_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/common/fltk)
   set(FLTK_LIBRARIES)
   if(APPLE)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to