/meta-pipewire/conf/

GL/meta-agl/atom/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire.bb?h=koi/11.0.3' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire.bb
blob: a20f8a4f706bf7954bf013289bd838a0816ca57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "PipeWire Media Server"
DESCRIPTION = "The set of packages required to use PipeWire in AGL"
LICENSE = "MIT & LGPL-2.1"

inherit packagegroup

PACKAGES = "\
    packagegroup-pipewire \
    "

RDEPENDS_${PN} += "\
    pipewire \
    pipewire-alsa \
    gstreamer1.0-pipewire \
"