Revision: 50694
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50694&view=rev
Author:   starseeker
Date:     2012-05-25 19:03:32 +0000 (Fri, 25 May 2012)
Log Message:
-----------
This might be why TK_ENABLE_XFT was incorrectly ON, but needs testing.

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2012-05-25 18:42:51 UTC (rev 
50693)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2012-05-25 19:03:32 UTC (rev 
50694)
@@ -324,7 +324,7 @@
     SET(FREETYPE_LIBRARIES "")
   ENDIF(NOT FREETYPE_FOUND)
 ENDIF(NOT WIN32)
-CMAKE_DEPENDENT_OPTION(TK_ENABLE_XFT "Use freetype/fontconfig/xft" ON 
"TK_SYSTEM_GRAPHICS STREQUAL 
x11;FREETYPE_FOUND;FONTCONFIG_FOUND;${X11_Xft_FOUND}" OFF)
+CMAKE_DEPENDENT_OPTION(TK_ENABLE_XFT "Use freetype/fontconfig/xft" ON 
"TK_SYSTEM_GRAPHICS STREQUAL x11;FREETYPE_FOUND;FONTCONFIG_FOUND;X11_Xft_FOUND" 
OFF)
 
 #----------------------------------------------------------------------------
 # signed/unsigned char - does the Tcl code still need this? See

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to