# HG changeset patch # User devteam # Date 1400523930 14400 # Node ID a7fab80df24c2a5c4d76a8e6c6577744ca82a793 # Parent 36d9971ad7bde9c73bb2041aae45b6e5439a3826 Added a dependency on libxml2 and the configure flag to use it. diff -r 36d9971ad7bd -r a7fab80df24c tool_dependencies.xml --- a/tool_dependencies.xml Mon May 19 10:59:24 2014 -0400 +++ b/tool_dependencies.xml Mon May 19 14:25:30 2014 -0400 @@ -1,21 +1,24 @@ - + - - + + + + + http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz - - + + - export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR + export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR --enable-libxml2 - $INSTALL_DIR/lib + $INSTALL_DIR/lib $INSTALL_DIR/bin $INSTALL_DIR/etc/fonts/fonts.conf