]> Git Repo - buildroot-mgba.git/commitdiff
package/pipewire: drop dbus from Config.in
authorFabrice Fontaine <[email protected]>
Sat, 6 Nov 2021 10:20:15 +0000 (11:20 +0100)
committerThomas Petazzoni <[email protected]>
Sat, 6 Nov 2021 10:47:21 +0000 (11:47 +0100)
Commit d9796f2db9866060b916487784b046bb6b76f9b6 forgot to removed dbus
from Config.in

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/pipewire/Config.in

index 506b85e856f447f7b90d30936eb82c917aeee1a2..1f48a4b50fa6b02185fa79ef9a0e22a0204fbebf 100644 (file)
@@ -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.
This page took 0.041702 seconds and 4 git commands to generate.