Files
poky/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
Wenzong Fan d3da00648c recipes: add distro_features_check for some packages
* The packages that depends on gtk+3 require any of distro features
  from ${GTK3DISTROFEATURES}

* The packages that depends on virtual/egl, virtual/libgl ... require
  distro feature 'opengl'

(From OE-Core rev: 3edf08b38b0af93cef0933b061349264dc86d54c)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-16 11:39:27 +00:00

24 lines
388 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
SUMMARY = "Clutter package groups"
LICENSE = "MIT"
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 \
"