changeset 1:c85f899d8cb4 draft

Uploaded
author iuc
date Thu, 09 Oct 2014 12:55:21 -0400
parents 8761091302c4
children 022adf7d6195
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Aug 11 06:33:59 2013 -0400
+++ b/tool_dependencies.xml	Thu Oct 09 12:55:21 2014 -0400
@@ -10,6 +10,9 @@
                     <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>
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
                 </action>
             </actions>
         </install>