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 03fc1ce commit 713f246Copy full SHA for 713f246
build/posix.sh
@@ -279,6 +279,8 @@ $CURL https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/${VERSION_F
279
cd ${DEPS}/fontconfig
280
# Disable install of gettext files
281
sed -i'.bak' "/subdir('its')/d" meson.build
282
+# Silence FcInit warnings
283
+sed -i'.bak' "/using without calling FcInit/d" src/fcobjs.c
284
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
285
-Dcache-build=disabled -Ddoc=disabled -Dnls=disabled -Dtests=disabled -Dtools=disabled
286
meson install -C _build --tag devel
0 commit comments