From 1300352ea8c001835941392eced751f82ff66420 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 3 Sep 2015 11:46:42 -0700 Subject: [PATCH] Install msttcorefonts on Linux buildbot machines Some of the CSS tests depend on these fonts. --- servo-dependencies.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servo-dependencies.sls b/servo-dependencies.sls index fa430164..60d48664 100644 --- a/servo-dependencies.sls +++ b/servo-dependencies.sls @@ -32,6 +32,9 @@ libssl-dev: libbz2-dev: pkg.installed +msttcorefonts: + pkg.installed + xserver-xorg-input-void: pkg.installed