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