# Depends on libxrender
# Depends on fontconfig

# Exit on error:
set -e

wget http://www.x.org/releases/individual/lib/libXft-2.3.1.tar.bz2
tar xf libXft-2.3.1.tar.bz2
cd libXft-2.3.1
./configure --prefix=
make install
cd ..
rm -rf libXft-2.3.1
rm libXft-2.3.1.tar.bz2

exit 0
