Skip to content

Commit cf524e3

Browse files
committed
spotifyd: disable build on unsupported arch
Signed-off-by: Tianling Shen <[email protected]>
1 parent 47acd89 commit cf524e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/spotifyd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define Package/spotifyd
2222
SECTION:=sound
2323
CATEGORY:=Sound
2424
TITLE:=A spotify daemon
25-
DEPENDS:=$(RUST_ARCH_DEPENDS) @!(mips||mipsel) +alsa-lib
25+
DEPENDS:=$(RUST_ARCH_DEPENDS) @(!arm||TARGET_bcm53xx||HAS_FPU) @!(mips||mipsel) +alsa-lib
2626
URL:=https://spotifyd.rs/
2727
endef
2828

0 commit comments

Comments
 (0)