gst-plugins-gl: add x11 to REQUIRED_DISTRO_FEATURES

It can't be built withou x11 in DISTRO_FEATURES.

(From OE-Core rev: 6a71e9063b2f509bb35e63c3b9951df16f555c88)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-05-10 19:30:03 -07:00 committed by Richard Purdie
parent b741051080
commit 3a0a27f5af
1 changed files with 4 additions and 1 deletions

View File

@ -10,9 +10,12 @@ SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
# The glew requires x11 in DISTRO_FEATURES
REQUIRED_DISTRO_FEATURES = "x11"
PR = "r4"
inherit gettext
inherit gettext distro_features_check
# This package doesn't have a configure switch for EGL or GL, so forcibly tell
# configure that it can't find gl.h so it always uses EGL. If/when we have some