changeset 6:de5e26139f69 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit b07fb0cfe8300ce810ba76417deeda88680e828f-dirty
author mvdbeek
date Thu, 08 Oct 2015 19:28:33 -0400
parents 3abd4243f318
children 79279243644e
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 08 18:52:12 2015 -0400
+++ b/tool_dependencies.xml	Thu Oct 08 19:28:33 2015 -0400
@@ -50,8 +50,8 @@
                     <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
-                    <environment_variable action="set_to" name="CAIRO_CFLAGS">$INSTALL_DIR/include/cairo</environment_variable>
-                    <environment_variable action="set_to" name="CAIRO_LIBS">$INSTALL_DIR/include/cairo</environment_variable>
+                    <environment_variable action="set_to" name="CAIRO_CFLAGS">-I$INSTALL_DIR/include/cairo</environment_variable>
+                    <environment_variable action="set_to" name="CAIRO_LIBS">-L$INSTALL_DIR/lib/cairo</environment_variable>
                 </action>
             </actions>
         </install>