summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-graphics/packagegroups/packagegroup-agl-image-weston.bb
blob: c92c60f9036fd6c3bce772427807715eb5a5237a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-examples"

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