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