# Depends on xextproto
# Depends on xtrans
# Depends on libxcb
# Depends on kbproto
# Depends on inputproto

# Exit on error:
set -e

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

exit 0
