kumquat-buildroot/package/pipewire/Config.in

15 lines
375 B
Plaintext
Raw Normal View History

menuconfig BR2_PACKAGE_PIPEWIRE
bool "pipewire"
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
depends on BR2_USE_MMU # dbus
select BR2_PACKAGE_DBUS
help
PipeWire is a server and user space API to deal with
multimedia pipelines.
https://pipewire.org/
comment "pipewire needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS