summaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-core/packagegroups/packagegroup-pipewire-base.bb
blob: 6237dcf8011303a64dd2bc0debfa978f80d17eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "PipeWire Media Server Base"
DESCRIPTION = "The set of packages required to use PipeWire API in AGL"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-pipewire-base \
    "

RDEPENDS:${PN} += "\
    pipewire-spa-plugins-meta \
    pipewire-modules-meta \
    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'pipewire-tools pipewire-spa-tools alsa-utils', '', d)} \
    pipewire-alsa \
    pipewire-alsa-card-profile \
"