meta-openembedded/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

23 lines
365 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
SUMMARY = "Clutter package groups"
PR = "r6"
inherit packagegroup features_check
# rdepends on clutter-*
REQUIRED_DISTRO_FEATURES = "opengl"
PACKAGES = "\
${PN}-core \
"
SUMMARY:${PN}-core = "Clutter graphics library"
RDEPENDS:${PN}-core = "\
clutter-1.0 \
clutter-gst-3.0 \
clutter-gtk-1.0 \
"