Move meta-agl-profile-graphical-html5 and meta-pipewire into the main layer
[AGL/meta-agl.git] / meta-pipewire / recipes-core / packagegroups / packagegroup-pipewire.bb
1 SUMMARY = "PipeWire Media Server"
2 DESCRIPTION = "The set of packages required to use PipeWire in AGL"
3 LICENSE = "MIT & LGPL-2.1"
4
5 inherit packagegroup
6
7 PACKAGES = "\
8     packagegroup-pipewire \
9     "
10
11 RDEPENDS_${PN} += "\
12     agl-service-audiomixer \
13     pipewire \
14     pipewire-alsa \
15     gstreamer1.0-pipewire \
16     bluez-alsa-pipewire \
17 "