Updated the macOS CI workflow’s Meson configure step to explicitly disable libcanberra by adding -Dlibcanberra=disabled, which prevents Meson from treating that unavailable macOS dependency as required when -Dauto_features=enabled is set.

This commit is contained in:
2026-02-18 11:34:25 -07:00
parent 55d2dab620
commit 125c69c1b0

View File

@@ -36,6 +36,7 @@ jobs:
--prefix="$PREFIX" \
-Dgtk3=true \
-Dtext-frontend=true \
-Dlibcanberra=disabled \
-Dwith-perl=perl \
-Dwith-python=python3 \
-Dauto_features=enabled