aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-04-16 12:22:18 -0700
committerGitHub <noreply@github.com>2020-04-16 12:22:18 -0700
commit065437a2994b3cde7df5324ef6000d64eddd9cf5 (patch)
tree244da08e0c9c9ac7263a733e0eadf51579fc0a65
parent2327468362233bf4133f332dfd592a7911414596 (diff)
parent8fd3f813b7287f5d5bf70f0d073cdcf3269f5707 (diff)
downloadvcpkg-065437a2994b3cde7df5324ef6000d64eddd9cf5.tar.gz
vcpkg-065437a2994b3cde7df5324ef6000d64eddd9cf5.zip
Merge pull request #10835 from kevinlul/freetype-no-harfbuzz
[Freetype] Actually prevent linking HarfBuzz on POSIX
-rw-r--r--ports/freetype/CONTROL2
-rw-r--r--ports/freetype/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/freetype/CONTROL b/ports/freetype/CONTROL
index 01c32bbbe..8503efed4 100644
--- a/ports/freetype/CONTROL
+++ b/ports/freetype/CONTROL
@@ -1,5 +1,5 @@
Source: freetype
-Version: 2.10.1-5
+Version: 2.10.1-6
Build-Depends: zlib
Homepage: https://www.freetype.org/
Description: A library to render fonts.
diff --git a/ports/freetype/portfile.cmake b/ports/freetype/portfile.cmake
index ad06263f9..9dcf76fa1 100644
--- a/ports/freetype/portfile.cmake
+++ b/ports/freetype/portfile.cmake
@@ -33,7 +33,7 @@ endif()
set(OPTIONS)
if (NOT VCPKG_TARGET_IS_WINDOWS)
- list(APPEND OPTIONS -DFT_DISABLE_FIND_PACKAGE_Harfbuzz=TRUE)
+ list(APPEND OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=ON)
endif()
vcpkg_configure_cmake(