blob: b56723b2b486977555cec23de88e28a2913d184f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "PipeWire Media Server"
DESCRIPTION = "The set of packages required to use PipeWire in AGL"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-pipewire \
"
RDEPENDS:${PN} += "\
pipewire \
pipewire-modules-meta \
pipewire-spa-plugins-meta \
pipewire-alsa \
gstreamer1.0-pipewire \
wireplumber \
${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'pipewire-tools pipewire-spa-tools', '', d)} \
"
|