浏览代码

alsa-lib: make python option depend on python

As discussed on the list.
Peter Korsgaard 16 年之前
父节点
当前提交
45c8d20378
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	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