소스 검색

package/pipewire: drop dbus from Config.in

Commit d9796f2db9866060b916487784b046bb6b76f9b6 forgot to removed dbus
from Config.in

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 3 년 전
부모
커밋
27908c6eab
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      package/pipewire/Config.in

+ 2 - 3
package/pipewire/Config.in

@@ -1,11 +1,10 @@
 config BR2_PACKAGE_PIPEWIRE
 config BR2_PACKAGE_PIPEWIRE
 	bool "pipewire"
 	bool "pipewire"
 	depends on !BR2_STATIC_LIBS
 	depends on !BR2_STATIC_LIBS
-	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
-	depends on BR2_USE_MMU # dbus
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
 	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO if BR2_PACKAGE_BLUEZ5_UTILS # runtime
 	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO if BR2_PACKAGE_BLUEZ5_UTILS # runtime
-	select BR2_PACKAGE_DBUS
 	help
 	help
 	  PipeWire is a server and user space API to deal with
 	  PipeWire is a server and user space API to deal with
 	  multimedia pipelines.
 	  multimedia pipelines.