mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
Merge pull request #10835 from kevinlul/freetype-no-harfbuzz
[Freetype] Actually prevent linking HarfBuzz on POSIX
This commit is contained in:
commit
065437a299
@ -1,5 +1,5 @@
|
|||||||
Source: freetype
|
Source: freetype
|
||||||
Version: 2.10.1-5
|
Version: 2.10.1-6
|
||||||
Build-Depends: zlib
|
Build-Depends: zlib
|
||||||
Homepage: https://www.freetype.org/
|
Homepage: https://www.freetype.org/
|
||||||
Description: A library to render fonts.
|
Description: A library to render fonts.
|
||||||
|
@ -33,7 +33,7 @@ endif()
|
|||||||
|
|
||||||
set(OPTIONS)
|
set(OPTIONS)
|
||||||
if (NOT VCPKG_TARGET_IS_WINDOWS)
|
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()
|
endif()
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user