[freetype] Remove feature 'harfbuzz' (#9888)

This commit is contained in:
Phoebe 2020-02-12 09:23:49 +08:00 committed by GitHub
parent dbe299e4a5
commit 5f12ffae8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

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

View File

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