changeset 2:289d7796a1f1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_5_2 commit 26e1a6c62f83e82c02f2cdc10180090181ec0374-dirty
author iuc
date Fri, 02 Oct 2015 08:55:52 -0400
parents d635a8f02a1e
children ee307f3ce5dc
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 01 03:34:02 2015 -0400
+++ b/tool_dependencies.xml	Fri Oct 02 08:55:52 2015 -0400
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="libpng" version="1.6.7">
-      <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    <package name="libpng" version="1.6.7">
+        <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="freetype" version="2.5.2">
         <install version="1.0">
@@ -17,6 +17,9 @@
                 <action type="set_environment">
                     <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/freetype/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/freetype/include</environment_variable>
+                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/freetype/include</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                 </action>
             </actions>