wget -c http://www.x.org/releases/X11R7.7/src/proto/xineramaproto-1.2.1.tar.bz2
tar -xjf xineramaproto-1.2.1.tar.bz2
cd xineramaproto-1.2.1
mkdir build
cd build
../configure --prefix="/usr"
make install