Mercurial > repos > devteam > package_libpng_1_6_7
changeset 2:833849e0ddfc draft default tip
Uploaded tool dependency recipe that sets $PATH, so that dependent repositories will find bin/libpng-config.
author | devteam |
---|---|
date | Thu, 06 Mar 2014 07:54:50 -0500 |
parents | a0b0e0281cc4 |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 29 08:37:43 2014 -0500 +++ b/tool_dependencies.xml Thu Mar 06 07:54:50 2014 -0500 @@ -9,10 +9,10 @@ <action type="set_environment"> <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> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme /> </package> </tool_dependency> -