diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-02-12 09:23:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 17:23:49 -0800 |
| commit | 5f12ffae8d6444383ed6d88da08ee32876726ebc (patch) | |
| tree | 429831a148fe0a8741004f34117a69a556f6cee1 | |
| parent | dbe299e4a5bba94d38a47c055ead1bd72a19df18 (diff) | |
| download | vcpkg-5f12ffae8d6444383ed6d88da08ee32876726ebc.tar.gz vcpkg-5f12ffae8d6444383ed6d88da08ee32876726ebc.zip | |
[freetype] Remove feature 'harfbuzz' (#9888)
| -rw-r--r-- | ports/freetype/CONTROL | 6 | ||||
| -rw-r--r-- | ports/freetype/portfile.cmake | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/ports/freetype/CONTROL b/ports/freetype/CONTROL index b5f5d0ef8..b965efca1 100644 --- a/ports/freetype/CONTROL +++ b/ports/freetype/CONTROL @@ -1,5 +1,5 @@ Source: freetype -Version: 2.10.1-3 +Version: 2.10.1-4 Build-Depends: zlib Homepage: https://www.freetype.org/ Description: A library to render fonts. @@ -9,10 +9,6 @@ Feature: bzip2 Build-Depends: bzip2 Description: Support bzip2 compressed fonts. -Feature: harfbuzz -Build-Depends: harfbuzz -Description: Improve auto-hinting of OpenType fonts. - Feature: png Build-Depends: libpng Description: Support PNG compressed OpenType embedded bitmaps. diff --git a/ports/freetype/portfile.cmake b/ports/freetype/portfile.cmake index 1b8756a75..7efc6d430 100644 --- a/ports/freetype/portfile.cmake +++ b/ports/freetype/portfile.cmake @@ -19,11 +19,9 @@ vcpkg_extract_source_archive_ex( vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES bzip2 FT_WITH_BZIP2 - harfbuzz FT_WITH_HARFBUZZ png FT_WITH_PNG INVERTED_FEATURES bzip2 CMAKE_DISABLE_FIND_PACKAGE_BZip2 - harfbuzz CMAKE_DISABLE_FIND_PACKAGE_HarfBuzz png CMAKE_DISABLE_FIND_PACKAGE_PNG ) |
