|
@@ -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.
|