packagegroup-self-hosted: add opengl to REQUIRED_DISTRO_FEATURES

This rdepends on libgl.

(From OE-Core rev: a7cab6a9d416b5a53de206c9c2cf020c1fc70201)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christopher Larson 2017-01-04 15:57:54 -07:00 committed by Richard Purdie
parent f11d86d0c6
commit d45d1b81ff
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ inherit packagegroup distro_features_check
# rdepends on libx11-dev
REQUIRED_DISTRO_FEATURES = "x11"
# rdepends on libgl
REQUIRED_DISTRO_FEATURES += "opengl"
PACKAGES = "\
packagegroup-self-hosted \
packagegroup-self-hosted-debug \