Răsfoiți Sursa

alsa-lib: make python option depend on python

As discussed on the list.
Peter Korsgaard 16 ani în urmă
părinte
comite
45c8d20378
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/multimedia/alsa-lib/Config.in

+ 1 - 1
package/multimedia/alsa-lib/Config.in

@@ -9,7 +9,7 @@ config 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_ALSA_LIB
-	select BR2_PACKAGE_PYTHON
+	depends on BR2_PACKAGE_PYTHON
 	help
 	help
 	  Add python support for alsa-lib.
 	  Add python support for alsa-lib.
 	  Python will be built and libpython will be installed
 	  Python will be built and libpython will be installed