mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #6831 - Ms2ger:glu, r=larsbergstrom
Document libglu1-mesa-dev dependency. Missing this caused src/gpu/gl/unix/SkNativeGLContext_unix.cpp:10:20: fatal error: GL/glu.h: No such file or directory on my new laptop. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6831) <!-- Reviewable:end -->
This commit is contained in:
commit
cc98026487
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ On Debian-based Linuxes:
|
|||
sudo apt-get install curl freeglut3-dev \
|
||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
gperf g++ cmake python-virtualenv \
|
||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev
|
||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev
|
||||
```
|
||||
|
||||
On Fedora:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue