changeset 1:926b471a2e43 draft default tip

Added LIBXML_ROOT_PATH to the environment settings.
author devteam
date Wed, 05 Mar 2014 08:38:46 -0500
parents cff446402e07
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 27 23:42:07 2013 -0500
+++ b/tool_dependencies.xml	Wed Mar 05 08:38:46 2014 -0500
@@ -6,6 +6,7 @@
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR --without-python</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">
+                    <environment_variable name="LIBXML_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                     <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>
@@ -13,4 +14,4 @@
         </install>
         <readme></readme>
     </package>
-</tool_dependency>
+</tool_dependency>
\ No newline at end of file