mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #11040 - dagnir:dbus-build-dep, r=mbrubeck
Add dbus to list of Debian build deps Build failed without it on my Ubuntu 14.04 machine. I can't confirm whether or not other OSes need it. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11040) <!-- Reviewable:end -->
This commit is contained in:
commit
e52b9884d1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ sudo apt-get install git curl freeglut3-dev autoconf \
|
|||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
gperf g++ build-essential cmake virtualenv python-pip \
|
||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev
|
||||
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev
|
||||
```
|
||||
If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese`, see [#6158](https://github.com/servo/servo/issues/6158) for a workaround.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue