summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-clutter.bb
blob: b0f25cf1b14ad4f8240abe1d06ce315f06b2d6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
which enables development of rich and animated graphical user interfaces."

IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear"

LICENSE = "MIT"

IMAGE_INSTALL = "\
    ${CORE_IMAGE_BASE_INSTALL} \
    packagegroup-core-clutter-core \
    "

inherit core-image