mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 21:20:20 +00:00
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:
1
.github/workflows/macos-build.yml
vendored
1
.github/workflows/macos-build.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
--prefix="$PREFIX" \
|
--prefix="$PREFIX" \
|
||||||
-Dgtk3=true \
|
-Dgtk3=true \
|
||||||
-Dtext-frontend=true \
|
-Dtext-frontend=true \
|
||||||
|
-Dlibcanberra=disabled \
|
||||||
-Dwith-perl=perl \
|
-Dwith-perl=perl \
|
||||||
-Dwith-python=python3 \
|
-Dwith-python=python3 \
|
||||||
-Dauto_features=enabled
|
-Dauto_features=enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user