2019-12-18 23:33:54 +01:00
|
|
|
config BR2_PACKAGE_PIPEWIRE
|
2019-08-26 04:34:02 +02:00
|
|
|
bool "pipewire"
|
2019-12-18 14:04:59 +01:00
|
|
|
depends on BR2_PACKAGE_HAS_UDEV # libudev
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib
|
2019-08-26 04:34:02 +02:00
|
|
|
depends on BR2_USE_MMU # dbus
|
2019-12-18 14:04:59 +01:00
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
2019-08-26 04:34:02 +02:00
|
|
|
select BR2_PACKAGE_DBUS
|
|
|
|
help
|
|
|
|
PipeWire is a server and user space API to deal with
|
|
|
|
multimedia pipelines.
|
|
|
|
|
|
|
|
https://pipewire.org/
|
|
|
|
|
2019-12-18 14:04:59 +01:00
|
|
|
if BR2_PACKAGE_PIPEWIRE
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PIPEWIRE_GSTREAMER
|
|
|
|
bool "pipewire gstreamer plugins"
|
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
|
|
depends on BR2_USE_MMU # libglib2
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_GSTREAMER1
|
|
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
|
|
help
|
|
|
|
Build GStreamer plugins
|
|
|
|
|
|
|
|
comment "pipewire gstreamer support needs a toolchain w/ wchar, threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2019-12-19 20:27:59 +01:00
|
|
|
comment "pipewire needs udev and a toolchain w/ threads"
|
2019-08-26 04:34:02 +02:00
|
|
|
depends on BR2_USE_MMU
|
2019-12-19 20:27:59 +01:00
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS
|