blob: b0f25cf1b14ad4f8240abe1d06ce315f06b2d6a9 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
2which enables development of rich and animated graphical user interfaces."
3
4IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear"
5
6LICENSE = "MIT"
7
8IMAGE_INSTALL = "\
9 ${CORE_IMAGE_BASE_INSTALL} \
10 packagegroup-core-clutter-core \
11 "
12
13inherit core-image