diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2016-12-15 15:40:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:57:04 +0000 |
commit | b01f027d82711f3a1a76d0ee624f3a3d48b9f718 (patch) | |
tree | a0c955abe2e1d42096dc8e379f673d33481ea37b /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |
parent | b4cbb462fbed57ead4a2866a2e40916a4c2e9050 (diff) | |
download | poky-b01f027d82711f3a1a76d0ee624f3a3d48b9f718.tar.gz |
gstreamer1.0-plugins-bad: default to using egl
With the current set of PACKAGECONFIG, we end up building with 'gles2' and neither
'opengl', nor 'egl'. As a result we are building -bad with neither 'glx' nor
'egl' platform support. So let's make sure that we at least have egl by default
(since we default to 'gles2').
(From OE-Core rev: 4de8447c6536385ca134866682709efebf7d4e3d)
(From OE-Core rev: a4111417b1b46cc852bf96a443b0edb0a525f346)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index d3c5326d45..3cb7ab1ae1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -12,7 +12,7 @@ SRC_URI_append = " \ | |||
12 | 12 | ||
13 | # opengl packageconfig factored out to make it easy for distros | 13 | # opengl packageconfig factored out to make it easy for distros |
14 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL | 14 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL |
15 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | 15 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |
16 | 16 | ||
17 | # gtk is not in the PACKAGECONFIG variable by default until | 17 | # gtk is not in the PACKAGECONFIG variable by default until |
18 | # the transition to gtk+3 is finished | 18 | # the transition to gtk+3 is finished |