diff options
author | UK992 <urbankrajnc92@gmail.com> | 2017-02-05 02:34:58 +0100 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2017-02-06 02:28:54 +0100 |
commit | b6b96322c16dc51f4f4fc66250552eee541a6a0b (patch) | |
tree | dadb73c9966be03246c2a8ce2386178ab88e214c /python/servo/packages.py | |
parent | ef2851ad2189d10f284deabb076591131089e734 (diff) | |
download | servo-b6b96322c16dc51f4f4fc66250552eee541a6a0b.tar.gz servo-b6b96322c16dc51f4f4fc66250552eee541a6a0b.zip |
Remove freetype dependency on Windows
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 9e4906dc5cf..e8054f9a502 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -6,7 +6,6 @@ WINDOWS_GNU = set([ "diffutils", "make", "mingw-w64-x86_64-toolchain", - "mingw-w64-x86_64-freetype", "mingw-w64-x86_64-icu", "mingw-w64-x86_64-nspr", "mingw-w64-x86_64-ca-certificates", |