summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-platform/packagegroups/packagegroup-agl-graphical-compositor.bb
blob: be124925fd8c73f226e8f2d783a1e36c896b30e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The minimal set of packages required for the AGL compositor"
LICENSE = "MIT"

inherit packagegroup features_check

# agl-compositor-init requires pam enabled if started via systemd
REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}"

RDEPENDS:${PN} += " \
    agl-compositor \
    agl-compositor-init \
    ${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \
"