summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb
blob: dcf21bcfb1209619a8ec12eeb96f6ed3d3688f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "The minimal set of packages required for basic Wayland image"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-image-weston \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "weston weston-init weston-ini-conf weston-examples"
RDEPENDS_${PN} += "agl-login-manager"

RDEPENDS_${PN} += "\
    packagegroup-agl-image-minimal \
    "