diff --git a/srcpkgs/gstreamer1/template b/srcpkgs/gstreamer1/template index 16f7379fc93..ea3fbdda337 100644 --- a/srcpkgs/gstreamer1/template +++ b/srcpkgs/gstreamer1/template @@ -30,6 +30,10 @@ if [ -z "$CROSS_BUILD" ]; then build_options_default+=" gtk_doc" fi +case "$XBPS_TARGET_MACHINE" in + i686-musl) makedepends+=" libucontext-devel"; LDFLAGS="-lucontext" ;; +esac + gstreamer1-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"