mirror of
https://github.com/servo/servo.git
synced 2025-07-18 12:53:40 +01:00
Remove some old requirements
Remove some bits left over from Skia and Ubuntu 14.04 support
This commit is contained in:
parent
24a45248d4
commit
a3bb64c33c
6 changed files with 18 additions and 121 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue