[oe-commits] [openembedded-core] 38/41: gstreamer1.0-plugins-bad: default to using egl

git at git.openembedded.org git at git.openembedded.org
Fri Dec 16 10:40:21 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4de8447c6536385ca134866682709efebf7d4e3d
Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
AuthorDate: Thu Dec 15 15:40:11 2016 +0100

    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').
    
    Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index d3c5326..3cb7ab1 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 = " \
 
 # opengl packageconfig factored out to make it easy for distros
 # and BSP layers to pick either (desktop) opengl, gles2, or no GL
-PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
+PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"
 
 # gtk is not in the PACKAGECONFIG variable by default until
 # the transition to gtk+3 is finished

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list