From 125c69c1b04efb9e7a62465071a3f5581173929f Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 11:34:25 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20macOS=20CI=20workflow=E2=80=99s?= =?UTF-8?q?=20Meson=20configure=20step=20to=20explicitly=20disable=20libca?= =?UTF-8?q?nberra=20by=20adding=20-Dlibcanberra=3Ddisabled,=20which=20prev?= =?UTF-8?q?ents=20Meson=20from=20treating=20that=20unavailable=20macOS=20d?= =?UTF-8?q?ependency=20as=20required=20when=20-Dauto=5Ffeatures=3Denabled?= =?UTF-8?q?=20is=20set.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/macos-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 2283c28b..8c0a2760 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -36,6 +36,7 @@ jobs: --prefix="$PREFIX" \ -Dgtk3=true \ -Dtext-frontend=true \ + -Dlibcanberra=disabled \ -Dwith-perl=perl \ -Dwith-python=python3 \ -Dauto_features=enabled