blob: d4df6116392ee571482240de34080c0021049001 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001#
2# Copyright (C) 2007 OpenedHand Ltd.
3#
4
5SUMMARY = "Clutter package groups"
6
7PR = "r6"
8
Andrew Geissler595f6302022-01-24 19:11:47 +00009# clutter-1.0 gets debian renamed to libclutter-1.0-0
10# clutter-gtk-1.0 gets debian renamed to libclutter-gtk-1.0-0
11PACKAGE_ARCH = "${TUNE_PKGARCH}"
12
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070013inherit packagegroup features_check
14# rdepends on clutter-*
15REQUIRED_DISTRO_FEATURES = "opengl"
16
17PACKAGES = "\
18 ${PN}-core \
19 "
20
Patrick Williams213cb262021-08-07 19:21:33 -050021SUMMARY:${PN}-core = "Clutter graphics library"
22RDEPENDS:${PN}-core = "\
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070023 clutter-1.0 \
24 clutter-gst-3.0 \
25 clutter-gtk-1.0 \
26 "