Skip to content

Commit d4b3721

Browse files
committed
Don't build freetype with brotli support.
1 parent 127bd09 commit d4b3721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modulesets/gtk-osx.modules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
with freetype so we first have to build it *without* harfbuzz,
100100
then build harfbuzz without cairo because cairo requires
101101
harfbuzz. -->
102-
<cmake id="freetype-no-harfbuzz" cmakeargs="-DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release">
102+
<cmake id="freetype-no-harfbuzz" cmakeargs="-DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_BrotliDec=TRUE -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release">
103103
<branch module="freetype/freetype-2.10.4.tar.gz" version="2.10.4"
104104
repo="sourceforge"
105105
hash="sha256:5eab795ebb23ac77001cfb68b7d4d50b5d6c7469247b0b01b2c953269f658dac"/>
@@ -120,7 +120,7 @@
120120
</dependencies>
121121
</meson>
122122

123-
<cmake id="freetype" cmakeargs="-DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release">
123+
<cmake id="freetype" cmakeargs="-DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_BrotliDec=TRUE -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release">
124124
<branch module="freetype/freetype-2.10.4.tar.gz" version="2.10.4"
125125
repo="sourceforge"/>
126126
<dependencies>

0 commit comments

Comments
 (0)