mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
[freetype] Remove feature 'harfbuzz' (#9888)
This commit is contained in:
parent
dbe299e4a5
commit
5f12ffae8d
@ -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.
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user