diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:58 +0100 |
commit | 3a0a27f5af71f37c100a07dfe439fee8b462b668 (patch) | |
tree | 9571443ddd3d6fe472e490a8b3953351db7011cb /meta/recipes-multimedia/gstreamer | |
parent | b741051080652eabcbcab0f2fa73e82cf31b742a (diff) | |
download | poky-3a0a27f5af71f37c100a07dfe439fee8b462b668.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb index 90efbcc025..635f5228f6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | |||
@@ -10,9 +10,12 @@ SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch" | |||
10 | 10 | ||
11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" | 11 | DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" |
12 | 12 | ||
13 | # The glew requires x11 in DISTRO_FEATURES | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
15 | |||
13 | PR = "r4" | 16 | PR = "r4" |
14 | 17 | ||
15 | inherit gettext | 18 | inherit gettext distro_features_check |
16 | 19 | ||
17 | # This package doesn't have a configure switch for EGL or GL, so forcibly tell | 20 | # This package doesn't have a configure switch for EGL or GL, so forcibly tell |
18 | # configure that it can't find gl.h so it always uses EGL. If/when we have some | 21 | # configure that it can't find gl.h so it always uses EGL. If/when we have some |