blob: 79577c1705d2c593fe724cad904a03e74f230c52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "The minimal set of packages required for Wayland support"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-graphical-weston \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += " \
weston \
weston-init \
weston-ini-conf \
weston-examples \
agl-login-manager \
agl-compositor \
"
|