# Exit on error:
set -e

wget http://xorg.freedesktop.org/releases/individual/lib/libxshmfence-1.2.tar.bz2
tar xf libxshmfence-1.2.tar.bz2
cd libxshmfence-1.2

./configure \
    --prefix=/usr

make
make install

cd ..
exit 0
