spice-gtk: change to gthread coroutines on musl
This commit is contained in:
parent
1caed660b6
commit
ca1be33bd5
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue