From: <ai...@us...> - 2010-01-30 04:17:43
|
Revision: 10778 http://plplot.svn.sourceforge.net/plplot/?rev=10778&view=rev Author: airwin Date: 2010-01-30 04:17:36 +0000 (Sat, 30 Jan 2010) Log Message: ----------- Disable -dev tk until it works again. Modified Paths: -------------- trunk/cmake/modules/drivers-init.cmake Modified: trunk/cmake/modules/drivers-init.cmake =================================================================== --- trunk/cmake/modules/drivers-init.cmake 2010-01-29 23:08:29 UTC (rev 10777) +++ trunk/cmake/modules/drivers-init.cmake 2010-01-30 04:17:36 UTC (rev 10778) @@ -219,8 +219,9 @@ #"tek4107f:tek:OFF:F:OFF" #"versaterm:tek:OFF:I:OFF" #"vlt:tek:OFF:I:OFF" - #"xterm:tek:OFF:I:OFF" - "tk:tk:ON:I:OFF" + #"xterm:tek:OFF:I:OFF" + # Temporarily turn off -dev tk by default until it works again. + "tk:tk:OFF:I:OFF" "tkwin:tkwin:ON:E:OFF" "wingcc:wingcc:ON:I:OFF" "wxwidgets:wxwidgets:ON:I:OFF" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |