Mercurial > repos > devteam > package_libpng_1_6_7
changeset 3:f48b920cae1f draft
planemo upload commit d9aeab1fa4810510dcf4ccd41497a10c7e2ede8f
author | devteam |
---|---|
date | Tue, 02 Jun 2015 09:00:57 -0400 |
parents | db14a391648d |
children | 3de32cd300a9 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Mar 17 15:24:52 2014 -0400 +++ b/tool_dependencies.xml Tue Jun 02 09:00:57 2015 -0400 @@ -9,10 +9,12 @@ <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="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions> </install> <readme /> </package> -</tool_dependency> \ No newline at end of file +</tool_dependency>