Add .servobuild configuration for the choice of media stack

This commit is contained in:
Simon Sapin 2020-07-06 17:34:17 +02:00
parent 637c6c0aec
commit 1a8c5fed6f
2 changed files with 11 additions and 5 deletions

View file

@ -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"