mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add .servobuild
configuration for the choice of media stack
This commit is contained in:
parent
637c6c0aec
commit
1a8c5fed6f
2 changed files with 11 additions and 5 deletions
|
@ -46,6 +46,9 @@ dom-backtrace = false
|
|||
# Default to the “2020” implementation of CSS layout instead of the “2013” one.
|
||||
layout-2020 = false
|
||||
|
||||
# Pick a media stack based on the target. Other values are "gstreamer" and "dummy"
|
||||
media-stack = "auto"
|
||||
|
||||
# Set to the path to your ccache binary to enable caching of compiler outputs
|
||||
#ccache = "/usr/local/bin/ccache"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue