mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
alsa-lib: put BR2_PACKAGE_ALSA_LIB_PYTHON under the existing if condition
Instead of duplicating the "depends on BR2_PACKAGE_ALSA_LIB", just put BR2_PACKAGE_ALSA_LIB_PYTHON under the existing condition "if BR2_PACKAGE_ALSA_LIB". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
34f3d66529
commit
e04b4dc7b6
@ -10,9 +10,10 @@ config BR2_PACKAGE_ALSA_LIB
|
|||||||
|
|
||||||
http://www.alsa-project.org/
|
http://www.alsa-project.org/
|
||||||
|
|
||||||
|
if BR2_PACKAGE_ALSA_LIB
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_LIB_PYTHON
|
config BR2_PACKAGE_ALSA_LIB_PYTHON
|
||||||
bool "Python support for alsa-lib"
|
bool "Python support for alsa-lib"
|
||||||
depends on BR2_PACKAGE_ALSA_LIB
|
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
help
|
help
|
||||||
Add python support for alsa-lib.
|
Add python support for alsa-lib.
|
||||||
@ -20,7 +21,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/
|
||||||
|
|
||||||
if BR2_PACKAGE_ALSA_LIB
|
|
||||||
menu "ALSA lib selection"
|
menu "ALSA lib selection"
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_LIB_DEVDIR
|
config BR2_PACKAGE_ALSA_LIB_DEVDIR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user