diff options
| author | Gabriel <gabriel+github@mastergk.de> | 2020-04-30 18:29:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 09:29:05 -0700 |
| commit | e1381361d586c15877cfc04700fb520b7fc28823 (patch) | |
| tree | ebd0178e59dd2c50006c804c55cd13193f0c1a94 | |
| parent | 2bc6cd714f931c32d3299a137d5abe0f86f803e1 (diff) | |
| download | vcpkg-e1381361d586c15877cfc04700fb520b7fc28823.tar.gz vcpkg-e1381361d586c15877cfc04700fb520b7fc28823.zip | |
[harfbuzz] Change build depends from freetype to freetype[core] (#11082)
The freetype dependencies libpng and bzip2 are not required for the functionality of harfbuzz.
| -rw-r--r-- | ports/harfbuzz/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/harfbuzz/CONTROL b/ports/harfbuzz/CONTROL index 8952d04d4..04c85fb5c 100644 --- a/ports/harfbuzz/CONTROL +++ b/ports/harfbuzz/CONTROL @@ -1,8 +1,8 @@ Source: harfbuzz -Version: 2.5.3 +Version: 2.5.3-1 Description: HarfBuzz OpenType text shaping engine Homepage: https://github.com/behdad/harfbuzz -Build-Depends: freetype, ragel, gettext (osx) +Build-Depends: freetype[core], ragel, gettext (osx) Default-Features: ucdn Feature: graphite2 |
