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