mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
alsa-utils: the entire package needs largefile support, not just aplay
This commit is contained in:
parent
9cef073cb2
commit
a93ecda978
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_ALSA_UTILS
|
config BR2_PACKAGE_ALSA_UTILS
|
||||||
bool "alsa-utils"
|
bool "alsa-utils"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_PACKAGE_ALSA_LIB
|
depends on BR2_PACKAGE_ALSA_LIB
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
@ -8,6 +9,9 @@ config BR2_PACKAGE_ALSA_UTILS
|
|||||||
|
|
||||||
http://www.alsa-project.org/
|
http://www.alsa-project.org/
|
||||||
|
|
||||||
|
comment "alsa-utils requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
|
||||||
if BR2_PACKAGE_ALSA_UTILS
|
if BR2_PACKAGE_ALSA_UTILS
|
||||||
menu "ALSA utils selection"
|
menu "ALSA utils selection"
|
||||||
|
|
||||||
@ -30,10 +34,6 @@ config BR2_PACKAGE_ALSA_UTILS_AMIXER
|
|||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_APLAY
|
config BR2_PACKAGE_ALSA_UTILS_APLAY
|
||||||
bool "aplay"
|
bool "aplay"
|
||||||
depends on BR2_LARGEFILE
|
|
||||||
|
|
||||||
comment "aplay requires a toolchain with LARGEFILE support"
|
|
||||||
depends on !BR2_LARGEFILE
|
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ARECORD
|
config BR2_PACKAGE_ALSA_UTILS_ARECORD
|
||||||
bool "arecord"
|
bool "arecord"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user