From 45c8d2037866248818a52f0d0f7d7a6d467b016f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 7 Feb 2009 06:57:29 +0000 Subject: alsa-lib: make python option depend on python As discussed on the list. --- package/multimedia/alsa-lib/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3