mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
alsa-utils: alsamixer needs WCHAR
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5ad2672470
commit
671ec3917b
@ -27,8 +27,12 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
|
|||||||
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
||||||
select BR2_PACKAGE_NCURSES_TARGET_FORM
|
select BR2_PACKAGE_NCURSES_TARGET_FORM
|
||||||
select BR2_PACKAGE_NCURSES_TARGET_MENU
|
select BR2_PACKAGE_NCURSES_TARGET_MENU
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
comment "alsamixer requires a toolchain with WCHAR support"
|
||||||
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
||||||
bool "amidi"
|
bool "amidi"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user