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
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
broken="meson.build:262:6: ERROR: Problem encountered: Function missing:makecontext"
|
||||
;;
|
||||
*-musl) configure_args+=" -Dcoroutine=gthread";;
|
||||
esac
|
||||
|
||||
spice-gtk-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue