mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
committed by
Richard Purdie
parent
b741051080
commit
3a0a27f5af
@@ -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"
|
DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew"
|
||||||
|
|
||||||
|
# The glew requires x11 in DISTRO_FEATURES
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r4"
|
||||||
|
|
||||||
inherit gettext
|
inherit gettext distro_features_check
|
||||||
|
|
||||||
# This package doesn't have a configure switch for EGL or GL, so forcibly tell
|
# 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
|
# configure that it can't find gl.h so it always uses EGL. If/when we have some
|
||||||
|
|||||||
Reference in New Issue
Block a user