Auto merge of #9596 - Jayflux:hotfix/5643, r=jdm

removing warning about 3D acceleration, fixes #5643

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9596)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-11 01:15:45 +05:30
commit 0b27807ad4

View file

@ -95,10 +95,6 @@ Cross-compilation for Android:
Pre-installed Android tools are needed. See wiki for
[details](https://github.com/servo/servo/wiki/Building-for-Android)
Using Virtualbox:
If you're running servo on a guest machine, make sure 3D Acceleration is switched off ([#5643](https://github.com/servo/servo/issues/5643))
## The Rust compiler
Servo's build system automatically downloads a Rust compiler to build itself.