Skip to content

meson: Backport fix for Glib including a GCC-only flag in the pkg-config file

amyspark requested to merge amyspark/cerbero:fix-meson-mmsbitfields into main

Hi all,

This is the fourth of the preliminary MRs for !1501 -- it prevents Glib's -mms-bitfields flag in its pkg-config module from making it to Meson's Nasm build support. This is a requisite for libass to continue building successfully with assembly support.

See https://github.com/mesonbuild/meson/pull/13398

Merge request reports