|
From: <ai...@us...> - 2013-07-31 19:33:57
|
Revision: 12457
http://sourceforge.net/p/plplot/code/12457
Author: airwin
Date: 2013-07-31 19:33:53 +0000 (Wed, 31 Jul 2013)
Log Message:
-----------
Ignore libXft in dependencies for all automatically generated
build configurations.
Modified Paths:
--------------
trunk/cmake/build_projects/configure_bp.cmake
Modified: trunk/cmake/build_projects/configure_bp.cmake
===================================================================
--- trunk/cmake/build_projects/configure_bp.cmake 2013-07-31 19:32:46 UTC (rev 12456)
+++ trunk/cmake/build_projects/configure_bp.cmake 2013-07-31 19:33:53 UTC (rev 12457)
@@ -9,7 +9,9 @@
flex
python2-devel
# dependencies which we want to ignore
- # (none so far).
+ # ignore libXft since that is an X library that
+ # presumably won't be needed on Windows systems.
+ libXft
)
file(STRINGS ${FILENAME} lines)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|