We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68bc3c commit a08c885Copy full SHA for a08c885
build/posix.sh
@@ -329,6 +329,8 @@ meson install -C _build --tag devel
329
mkdir ${DEPS}/pango
330
$CURL https://download.gnome.org/sources/pango/$(without_patch $VERSION_PANGO)/pango-${VERSION_PANGO}.tar.xz | tar xJC ${DEPS}/pango --strip-components=1
331
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
334
# Disable utils and tools
335
sed -i'.bak' "/subdir('utils')/{N;d;}" meson.build
336
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
0 commit comments