Skip to content

Commit c7762d0

Browse files
committed
wheel-build: Disable xft backend by default
It's useless for us. Fixes #73
1 parent 8e23a38 commit c7762d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packing/build_pango_mac.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ brew uninstall --ignore-dependencies brotli
5757
brew uninstall --ignore-dependencies pcre
5858
brew uninstall --ignore-dependencies libpng
5959
brew uninstall --ignore-dependencies freetype
60+
brew uninstall --ignore-dependencies libxdmcp
61+
brew uninstall --ignore-dependencies libxcb
62+
brew uninstall --ignore-dependencies xorgproto
63+
brew uninstall --ignore-dependencies libxau
6064
echo "::endgroup::"
6165

6266
export CFLAGS=" -w" # warning are just noise. Ignore it.
@@ -135,6 +139,7 @@ meson setup \
135139
--prefix=$PREFIX \
136140
--buildtype=release \
137141
-Dintrospection=disabled \
142+
-Dxft=disabled \
138143
--default-library=shared \
139144
pango_builddir pango
140145
meson compile -C pango_builddir

0 commit comments

Comments
 (0)