blob: 9ca70e0416c3d104b59581eabf2ef053c73cefab (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUMMARY = "A very basic Wayland image with agl-compositor"
require agl-image-weston.inc
LICENSE = "MIT"
IMAGE_INSTALL:append = "\
agl-compositor \
packagegroup-agl-profile-graphical \
"
|