snapcast: use generic libatomic checks
This commit is contained in:
parent
fa259d22db
commit
fa4341561a
|
@ -16,10 +16,9 @@ checksum=425afb7e24768ca08c247dc394aaa25fd2a6886e6789e18c6f024eabd7e0f688
|
||||||
|
|
||||||
build_options="avahi"
|
build_options="avahi"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
ppc64*) ;;
|
makedepends+=" libatomic-devel"
|
||||||
armv[56]*|mips*|ppc*) makedepends+=" libatomic-devel" ;;
|
fi
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Reference in New Issue