# Depends on libsm
# Depends on libice

# Exit on error:
set -e

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

exit 0
