Mercurial > repos > bgruening > package_freetype_2_4
changeset 2:4e54e357ac25 default tip
Uploaded
author | bgruening |
---|---|
date | Wed, 24 Apr 2013 17:39:36 -0400 (2013-04-24) |
parents | 4f0594960cbe |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Apr 24 16:47:24 2013 -0400 +++ b/tool_dependencies.xml Wed Apr 24 17:39:36 2013 -0400 @@ -7,7 +7,9 @@ <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> - <environment_variable name="FREETYPE_INSTALL_DIR" action="set_to">$INSTALL_DIR/freetype/</environment_variable> + <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable> + <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable> + <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable> </action> </actions> </install>