summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-platform/images/agl-image-compositor.bb
blob: b78536be8873b3e007f34e1b1844d47786dd0916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "A very basic Wayland image with agl-compositor"
LICENSE = "MIT"

require agl-image-minimal.bb

inherit features_check

REQUIRED_DISTRO_FEATURES = "wayland"

SYSTEMD_DEFAULT_TARGET = "graphical.target"

IMAGE_INSTALL += " \
    packagegroup-agl-graphical-compositor \
    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'weston-examples', '', d)} \
"