From 27908c6eab768d0b9fd3444a929b3f1b1510da71 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 6 Nov 2021 11:20:15 +0100 Subject: [PATCH] package/pipewire: drop dbus from Config.in Commit d9796f2db9866060b916487784b046bb6b76f9b6 forgot to removed dbus from Config.in Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/pipewire/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/pipewire/Config.in b/package/pipewire/Config.in index 506b85e856..1f48a4b50f 100644 --- a/package/pipewire/Config.in +++ b/package/pipewire/Config.in @@ -1,11 +1,10 @@ config BR2_PACKAGE_PIPEWIRE bool "pipewire" 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 select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO if BR2_PACKAGE_BLUEZ5_UTILS # runtime - select BR2_PACKAGE_DBUS help PipeWire is a server and user space API to deal with multimedia pipelines.