From a3bb64c33cc1d62d81aced78ce273a9811cc4835 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Fri, 10 Apr 2020 17:09:03 -0400 Subject: Remove some old requirements Remove some bits left over from Skia and Ubuntu 14.04 support --- python/servo/command_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/command_base.py') diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 9cba39dc2d7..875d7e62ca2 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -687,7 +687,7 @@ install them, let us know by filing a bug!") distrib, version, _ = distro.linux_distribution() distrib = six.ensure_str(distrib) version = six.ensure_str(version) - if distrib == "Ubuntu" and (version == "16.04" or version == "14.04"): + if distrib == "Ubuntu" and version == "16.04": env["HARFBUZZ_SYS_NO_PKG_CONFIG"] = "true" if extra_path: -- cgit v1.2.3