# Exit on error:
set -e

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

exit 0
