Revision: 41334
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41334&view=rev
Author:   starseeker
Date:     2010-11-12 21:22:01 +0000 (Fri, 12 Nov 2010)

Log Message:
-----------
Break down the X11 libs a little more

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

Modified: brlcad/branches/cmake/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-11-12 21:04:48 UTC 
(rev 41333)
+++ brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-11-12 21:22:01 UTC 
(rev 41334)
@@ -494,11 +494,17 @@
   )
 ENDIF(TK-ENABLE_FREETYPE)
 
-SET(X11_TK_LIBS ${X11_X11_LIB} ${X11_Xext_LIB} ${X11_Xft_LIB} 
${X11_Xrender_LIB})
+SET(X11_TK_LIBS ${X11_X11_LIB} ${X11_Xext_LIB})
 
 IF(X11_Xscreensaver_LIB)
 SET(X11_TK_LIBS ${X11_TK_LIBS} ${X11_Xscreensaver_LIB})
 ENDIF(X11_Xscreensaver_LIB)
+IF(X11_Xft_LIB)
+SET(X11_TK_LIBS ${X11_TK_LIBS} ${X11_Xft_LIB})
+ENDIF(X11_Xft_LIB)
+IF(X11_Xrender_LIB)
+SET(X11_TK_LIBS ${X11_TK_LIBS} ${X11_Xrender_LIB})
+ENDIF(X11_Xrender_LIB)
 
 IF(TK-ENABLE_FREETYPE)
   SET(TK_FREETYPE_LIBRARIES ${FREETYPE_LIBRARIES})


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

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to