|
From: <and...@us...> - 2012-08-21 08:24:00
|
Revision: 12219
http://plplot.svn.sourceforge.net/plplot/?rev=12219&view=rev
Author: andrewross
Date: 2012-08-21 08:23:50 +0000 (Tue, 21 Aug 2012)
Log Message:
-----------
Explicitly link libplplottcltkd against X11 libraries as these are required.
Modified Paths:
--------------
trunk/bindings/tcl/CMakeLists.txt
Modified: trunk/bindings/tcl/CMakeLists.txt
===================================================================
--- trunk/bindings/tcl/CMakeLists.txt 2012-08-20 21:06:40 UTC (rev 12218)
+++ trunk/bindings/tcl/CMakeLists.txt 2012-08-21 08:23:50 UTC (rev 12219)
@@ -138,6 +138,7 @@
tclmatrix${LIB_TAG}
plplot${LIB_TAG}
${TCL_LIBRARY}
+${X11_LIBRARIES}
)
set(
libplplottcltk${LIB_TAG}_LINK_FLAGS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|