spice-gtk: broken *-musl
This commit is contained in:
parent
d1bc0b93c7
commit
eb00331cf3
|
@ -23,16 +23,19 @@ homepage="https://spice-space.org"
|
|||
distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
||||
checksum=7126c3584df12d40dcf4970f5f46fafd65b757620f911687e549f7da5c8fd7cd
|
||||
|
||||
build_options="gir vala"
|
||||
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
build_options="gir vala"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir vala"
|
||||
else
|
||||
disable_parallel_build=yes
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
broken="meson.build:262:6: ERROR: Problem encountered: Function missing:makecontext"
|
||||
;;
|
||||
esac
|
||||
|
||||
spice-gtk-devel_package() {
|
||||
depends="gtk+3-devel pixman-devel libressl-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue