mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #17478 - servo:libx11-dev, r=emilio
Add libx11-dev to the list of build deps https://github.com/servo/rust-xlib/issues/44 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17478) <!-- Reviewable:end -->
This commit is contained in:
commit
795bc69452
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
|
||||||
#### On Debian-based Linuxes
|
#### On Debian-based Linuxes
|
||||||
|
|
||||||
``` sh
|
``` 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 \
|
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||||
gperf g++ build-essential cmake virtualenv python-pip \
|
gperf g++ build-essential cmake virtualenv python-pip \
|
||||||
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue