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>
This commit is contained in:
Wenzong Fan
2015-10-21 04:23:55 -04:00
committed by Richard Purdie
parent 63690f0914
commit d3da00648c
13 changed files with 41 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
SUMMARY = "Clutter based UI widget library"
LICENSE = "LGPLv2.1"
inherit clutter autotools-brokensep
inherit clutter autotools-brokensep distro_features_check
# depends on clutter-1.0 which depends on cogl-1.0
REQUIRED_DISTRO_FEATURES = "opengl"
DEPENDS = "clutter-1.0 dbus-glib gdk-pixbuf"