Skip to content

Commit

Permalink
[freetype] Remove feature 'harfbuzz' (microsoft#9888)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoebeHui authored Feb 12, 2020
1 parent dbe299e commit 5f12ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions ports/freetype/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
2 changes: 0 additions & 2 deletions ports/freetype/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 5f12ffa

Please sign in to comment.