Skip to content

Commit

Permalink
spotifyd: disable build on unsupported arch
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit cf524e3)
  • Loading branch information
1715173329 committed Sep 3, 2024
1 parent 2706c1d commit a783bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/spotifyd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define Package/spotifyd
SECTION:=sound
CATEGORY:=Sound
TITLE:=A spotify daemon
DEPENDS:=$(RUST_ARCH_DEPENDS) @!(mips||mipsel) +alsa-lib
DEPENDS:=$(RUST_ARCH_DEPENDS) @(!arm||TARGET_bcm53xx||HAS_FPU) @!(mips||mipsel) +alsa-lib
URL:=https://spotifyd.rs/
endef

Expand Down

0 comments on commit a783bbe

Please sign in to comment.