|
From: <ai...@us...> - 2013-12-01 02:01:54
|
Revision: 12786
http://sourceforge.net/p/plplot/code/12786
Author: airwin
Date: 2013-12-01 02:01:49 +0000 (Sun, 01 Dec 2013)
Log Message:
-----------
Add libxslt to list of packages to be configured.
Modified Paths:
--------------
trunk/cmake/epa_build/README.developers
Modified: trunk/cmake/epa_build/README.developers
===================================================================
--- trunk/cmake/epa_build/README.developers 2013-12-01 01:05:55 UTC (rev 12785)
+++ trunk/cmake/epa_build/README.developers 2013-12-01 02:01:49 UTC (rev 12786)
@@ -99,7 +99,7 @@
# PACKAGE_LIST contains a list of "starting" packages and the
# dependencies of those should suck in the rest of the packages in
# add_packages.xml.
-PACKAGE_LIST="libffi intltool pixman gperf swig"
+PACKAGE_LIST="libffi intltool pixman gperf swig libxslt"
for PACKAGE in $PACKAGE_LIST; do
./gtk_transform.py $PACKAGE 1 <add_packages.xml 1>> add_packages.data 2>> add_packages.stderr
done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|