xcb-proto

$ wget https://www.x.org/releases/individual/proto/xcb-proto-1.14.tar.gz
$ tar xvf xcb-proto-1.14.tar.gz
$ cd xcb-proto-1.14/
$ mkdir build
$ cd build
$ ../configure --prefix=/opt/xorg/xcb-proto/1.14
$ make install