spice-gtk: change to gthread coroutines on musl

This commit is contained in:
John 2019-02-17 16:33:54 +01:00 committed by John Zimmermann
parent 1caed660b6
commit ca1be33bd5
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ case "$XBPS_TARGET_MACHINE" in
esac esac
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) *-musl) configure_args+=" -Dcoroutine=gthread";;
broken="meson.build:262:6: ERROR: Problem encountered: Function missing:makecontext"
;;
esac esac
spice-gtk-devel_package() { spice-gtk-devel_package() {