Skip to content

Commit a08c885

Browse files
committed
pango: patch to remove macOS 10.7 coretext fallback
1 parent c68bc3c commit a08c885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/posix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ meson install -C _build --tag devel
329329
mkdir ${DEPS}/pango
330330
$CURL https://download.gnome.org/sources/pango/$(without_patch $VERSION_PANGO)/pango-${VERSION_PANGO}.tar.xz | tar xJC ${DEPS}/pango --strip-components=1
331331
cd ${DEPS}/pango
332+
# [PATCH] coretext: remove fallback for macOS 10.7 (EOL 2012) and earlier
333+
$CURL https://gitlab.gnome.org/GNOME/pango/-/merge_requests/878.patch | patch -p1
332334
# Disable utils and tools
333335
sed -i'.bak' "/subdir('utils')/{N;d;}" meson.build
334336
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \

0 commit comments

Comments
 (0)