changeset 1:ef567c3ab0c8 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 13:19:45 -0400
parents 3195493256c3
children dd0faac09691
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 08 13:09:16 2015 -0400
+++ b/tool_dependencies.xml	Thu Oct 08 13:19:45 2015 -0400
@@ -33,12 +33,13 @@
                 <action type="shell_command">
                     export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp; \ 
                     ./configure --prefix=$INSTALL_DIR \
+                        --disable-dependency-tracking \
                         --with-x=no \
                         --enable-xcb-shm=no \
                         --enable-xlib-xcb=no \
                         --enable-xcb=no \
                         --enable-xlib-xrender=no
-                        --enable-svg=yes \
+                        --enable-ft=yes \
                         --enable-tee=yes \
                         --enable-gtk-doc-html=no
                 </action>