changeset 2:db14a391648d draft

Uploaded tool dependency recipe that sets PATH, so that dependent repositories can find libpng-config.
author devteam
date Mon, 17 Mar 2014 15:24:52 -0400
parents 7c4a9189b712
children f48b920cae1f
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Feb 21 13:21:09 2014 -0500
+++ b/tool_dependencies.xml	Mon Mar 17 15:24:52 2014 -0400
@@ -7,6 +7,7 @@
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">
+                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                   <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
                   <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                 </action>