diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-09-18 07:21:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-20 21:46:59 +0200 |
commit | e04b4dc7b67fd27860bcd7049816921d8b865e7a (patch) | |
tree | daaa06ab8bf1b817643542f0dc81a5525c412f25 /package/alsa-lib | |
parent | 34f3d66529496946dc1088a54e22b0ea583adc84 (diff) | |
download | buildroot-novena-e04b4dc7b67fd27860bcd7049816921d8b865e7a.tar.gz buildroot-novena-e04b4dc7b67fd27860bcd7049816921d8b865e7a.zip |
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>
Diffstat (limited to 'package/alsa-lib')
-rw-r--r-- | package/alsa-lib/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/alsa-lib/Config.in b/package/alsa-lib/Config.in index 98b83139d..8123b5f3e 100644 --- a/package/alsa-lib/Config.in +++ b/package/alsa-lib/Config.in @@ -10,9 +10,10 @@ config BR2_PACKAGE_ALSA_LIB http://www.alsa-project.org/ +if BR2_PACKAGE_ALSA_LIB + config BR2_PACKAGE_ALSA_LIB_PYTHON bool "Python support for alsa-lib" - depends on BR2_PACKAGE_ALSA_LIB depends on BR2_PACKAGE_PYTHON help Add python support for alsa-lib. @@ -20,7 +21,6 @@ config BR2_PACKAGE_ALSA_LIB_PYTHON in the target directory http://www.alsa-project.org/ -if BR2_PACKAGE_ALSA_LIB menu "ALSA lib selection" config BR2_PACKAGE_ALSA_LIB_DEVDIR |