Remove some old requirements

Remove some bits left over from Skia and Ubuntu 14.04 support
This commit is contained in:
Daniel Alley 2020-04-10 17:09:03 -04:00
parent 24a45248d4
commit a3bb64c33c
6 changed files with 18 additions and 121 deletions

View file

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