gedit: broken on *-musl
This commit is contained in:
parent
7e7fae6e8c
commit
37c12071bd
|
@ -24,7 +24,7 @@ shlib_provides="libgedit-3.14.so"
|
|||
build_options="gir vala"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*-musl) broken=yes ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue