summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-07 06:57:29 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-07 06:57:29 +0000
commit45c8d2037866248818a52f0d0f7d7a6d467b016f (patch)
tree144a7cab441960854e92f1c714136100e21d2716
parentd16f8bf2cdf1b39cce2e44a317954d139f3258f4 (diff)
downloadbuildroot-novena-45c8d2037866248818a52f0d0f7d7a6d467b016f.tar.gz
buildroot-novena-45c8d2037866248818a52f0d0f7d7a6d467b016f.zip
alsa-lib: make python option depend on python
As discussed on the list.
-rw-r--r--package/multimedia/alsa-lib/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/multimedia/alsa-lib/Config.in b/package/multimedia/alsa-lib/Config.in
index 6d9ee835e..78a22d042 100644
--- a/package/multimedia/alsa-lib/Config.in
+++ b/package/multimedia/alsa-lib/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_ALSA_LIB
config BR2_PACKAGE_ALSA_LIB_PYTHON
bool "Python support for alsa-lib"
depends on BR2_PACKAGE_ALSA_LIB
- select BR2_PACKAGE_PYTHON
+ depends on BR2_PACKAGE_PYTHON
help
Add python support for alsa-lib.
Python will be built and libpython will be installed