citadel/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
brl 098b8f982b Squashed 'poky/' content from commit 4469acdf1d
git-subtree-dir: poky
git-subtree-split: 4469acdf1d0338220f3fe2ecb5e079eea6fda375
2017-12-04 16:35:29 -05:00

23 lines
372 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
SUMMARY = "Clutter package groups"
PR = "r6"
inherit packagegroup distro_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 \
"