changeset 1:87cfd0fbf172 draft

Added libxml2 dependency and configure flags.
author devteam
date Mon, 19 May 2014 14:32:44 -0400
parents 608c22ecd24f
children c6279cf49b7b
files tool_dependencies.xml
diffstat 1 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon May 19 12:33:00 2014 -0400
+++ b/tool_dependencies.xml	Mon May 19 14:32:44 2014 -0400
@@ -1,21 +1,24 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="freetype" version="2.5.2">
+    <package name="freetype" version="2.5.2">
       <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
     </package>
-    <package name="fontconfig" version="2.11.1">
-      <install version="1.0">
+    <package name="libxml2" version="2.9.1">
+      <repository changeset_revision="3af7ad13a6fb" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+    </package>
+  <package name="fontconfig" version="2.11.1">
+    <install version="1.0">
           <actions>
               <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action>
                 <action type="set_environment_for_install">
                   <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
-                      <package name="freetype" version="2.5.2" />
-                    </repository>
+                    <package name="freetype" version="2.5.2" />
+                  </repository>
                 </action>
-                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" &amp;&amp; ./configure --prefix=$INSTALL_DIR --enable-libxml2</action>
                 <action type="make_install" />
                 <action type="set_environment">
-                  <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable>
                 </action>