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