package/alsa-lib: use 'menuconfig' instead of 'config'+'menu'

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2016-01-16 23:36:53 +01:00 committed by Thomas Petazzoni
parent c18d8323b0
commit 889311cbfb

View File

@ -1,7 +1,7 @@
comment "alsa-lib needs a toolchain w/ threads" comment "alsa-lib needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_ALSA_LIB menuconfig BR2_PACKAGE_ALSA_LIB
bool "alsa-lib" bool "alsa-lib"
# Temporary until # Temporary until
# https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913 # https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
@ -29,8 +29,6 @@ config BR2_PACKAGE_ALSA_LIB_PYTHON
in the target directory in the target directory
http://www.alsa-project.org/ http://www.alsa-project.org/
menu "ALSA lib selection"
config BR2_PACKAGE_ALSA_LIB_DEVDIR config BR2_PACKAGE_ALSA_LIB_DEVDIR
string "directory with ALSA device files" string "directory with ALSA device files"
default "/dev/snd" default "/dev/snd"
@ -77,6 +75,4 @@ config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS
bool "old-symbols" bool "old-symbols"
default y default y
endmenu
endif endif