aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
blob: 08dd09029cc67eadb62d446670caff8dc6b6baf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Copyright (C) 2007 OpenedHand Ltd.
#

SUMMARY = "Clutter package groups"
LICENSE = "MIT"

PR = "r4"

inherit packagegroup

PACKAGES = "\
    ${PN}-core \
    "

SUMMARY_${PN}-core = "Clutter graphics library"
RDEPENDS_${PN}-core = "\
    clutter-1.8 \
    clutter-gst-1.8 \
    clutter-gtk-1.8 \
    "