Add libx11-dev to the list of build deps

https://github.com/servo/rust-xlib/issues/44
This commit is contained in:
Michael Howell 2017-06-22 12:58:14 -07:00 committed by GitHub
parent b9d66df2f5
commit a782798783

View file

@ -52,7 +52,7 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
#### On Debian-based Linuxes
``` sh
sudo apt install git curl freeglut3-dev autoconf \
sudo apt install git curl freeglut3-dev autoconf libx11-dev \
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
gperf g++ build-essential cmake virtualenv python-pip \
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \