Revert "gstreamer1: i686-musl needs libucontext-devel"
This reverts commit e0571f289e
.
The proper fix is on the libunwind-devel side of things.
This commit is contained in:
parent
b6fe19f925
commit
7eee571865
|
@ -30,10 +30,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" gtk_doc"
|
build_options_default+=" gtk_doc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl) makedepends+=" libucontext-devel"; LDFLAGS="-lucontext" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
gstreamer1-devel_package() {
|
gstreamer1-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue