From: Peter Korsgaard Date: Mon, 26 Apr 2010 21:01:14 +0000 (+0200) Subject: alsa-utils: alsamixer needs WCHAR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=671ec3917b7b8d9e6a22c1f881ff46808e3d8806;p=buildroot.git alsa-utils: alsamixer needs WCHAR Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/alsa-utils/Config.in b/package/multimedia/alsa-utils/Config.in index 04057f4803..3f30c614ed 100644 --- a/package/multimedia/alsa-utils/Config.in +++ b/package/multimedia/alsa-utils/Config.in @@ -27,8 +27,12 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER select BR2_PACKAGE_NCURSES_TARGET_PANEL select BR2_PACKAGE_NCURSES_TARGET_FORM select BR2_PACKAGE_NCURSES_TARGET_MENU + depends on BR2_USE_WCHAR default y +comment "alsamixer requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR + config BR2_PACKAGE_ALSA_UTILS_AMIDI bool "amidi"