[pipewire] Add pipewire support.

This commit is contained in:
Windsome Zeng
2022-10-14 11:27:19 +08:00
parent d7910163fa
commit 931da277a0
4 changed files with 423 additions and 0 deletions
+6
View File
@@ -177,4 +177,10 @@ define PIPEWIRE_USERS
pipewire -1 pipewire -1 * - - audio,video PipeWire System Daemon
endef
define PIPEWIRE_INSTALL_CONF_ON_TARGET
$(INSTALL) -D -m 0755 package/pipewire/run_pipewire.sh $(TARGET_DIR)/root/run_pipewire.sh
endef
PIPEWIRE_POST_INSTALL_TARGET_HOOKS += PIPEWIRE_INSTALL_CONF_ON_TARGET
$(eval $(meson-package))