mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
alsamixergui: fix alsa dependencies
Alsamixergui needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f83024cf07
commit
4642701281
@ -3,6 +3,8 @@ config BR2_PACKAGE_ALSAMIXERGUI
|
|||||||
depends on BR2_PACKAGE_ALSA_LIB
|
depends on BR2_PACKAGE_ALSA_LIB
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_FLTK
|
select BR2_PACKAGE_FLTK
|
||||||
|
select BR2_PACKAGE_ALSA_LIB_PCM
|
||||||
|
select BR2_PACKAGE_ALSA_LIB_MIXER
|
||||||
bool "alsamixergui"
|
bool "alsamixergui"
|
||||||
help
|
help
|
||||||
A nice GUI mixer for Alsa using fltk
|
A nice GUI mixer for Alsa using fltk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user