Commit 889311cb authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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

parent c18d8323
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
comment "alsa-lib needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_ALSA_LIB
menuconfig BR2_PACKAGE_ALSA_LIB
	bool "alsa-lib"
	# Temporary until
	# 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
	  http://www.alsa-project.org/

menu "ALSA lib selection"

config BR2_PACKAGE_ALSA_LIB_DEVDIR
	string "directory with ALSA device files"
	default "/dev/snd"
@@ -77,6 +75,4 @@ config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS
	bool "old-symbols"
	default y

endmenu

endif