blob: 064133ffc24918bc779e5e0a7e6572a92292c42a (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "A very basic Wayland image with a terminal"
IMAGE_FEATURES += "splash package-management"
LICENSE = "MIT"
inherit core-image
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
|