Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
freetype2: disable brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Feb 27, 2024
1 parent e7ddf33 commit 0dc350e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/freetype2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ExternalProject_Add(freetype2
DEPENDS
libpng
zlib
brotli
GIT_REPOSITORY https://github.com/freetype/freetype.git
SOURCE_DIR ${SOURCE_LOCATION}
GIT_CLONE_FLAGS "--filter=tree:0"
Expand All @@ -16,7 +15,7 @@ ExternalProject_Add(freetype2
--default-library=static
-Dharfbuzz=disabled
-Dtests=disabled
-Dbrotli=enabled
-Dbrotli=disabled
-Dzlib=enabled
-Dpng=enabled
BUILD_COMMAND ${EXEC} ninja -C <BINARY_DIR>
Expand Down

0 comments on commit 0dc350e

Please sign in to comment.