Mercurial > repos > iuc > package_libpng_1_2
diff tool_dependencies.xml @ 2:821c27341c0e draft
Uploaded
| author | iuc |
|---|---|
| date | Sun, 02 Mar 2014 23:57:25 -0500 |
| parents | d7f6d1ad51e2 |
| children | 8813649bf702 |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Mar 02 21:49:54 2014 -0500 +++ b/tool_dependencies.xml Sun Mar 02 23:57:25 2014 -0500 @@ -7,8 +7,11 @@ <action type="shell_command">make && make install</action> <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="LIBRARY_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="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</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> </actions> </install>
