Commit 32675db0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

alsa-utils: aplay: use depends for toolchain options, not select

parent 45928393
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,9 +35,12 @@ config BR2_PACKAGE_ALSA_UTILS_AMIXER

config BR2_PACKAGE_ALSA_UTILS_APLAY
	bool "aplay"
	select BR2_LARGEFILE
	depends on BR2_LARGEFILE
	depends on BR2_PACKAGE_ALSA_UTILS

comment "aplay requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE

config BR2_PACKAGE_ALSA_UTILS_ARECORD
	bool "arecord"
	depends on BR2_PACKAGE_ALSA_UTILS