From: Fabio Berton Date: Thu, 25 Oct 2018 13:04:35 +0000 (-0300) Subject: gstreamer1.0-plugins-base: Set PACKAGECONFIG_GL for use-mainline-bsp override X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e1106ea39b15c00bd7a424cd3fe87079a9cd3de;p=meta-freescale.git gstreamer1.0-plugins-base: Set PACKAGECONFIG_GL for use-mainline-bsp override Change-Id: I2184d54e59a5c25e0353536cb7b576860580241b Signed-off-by: Fabio Berton --- diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend index 4b386511..8565c6a5 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend @@ -1,2 +1,3 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" +PACKAGECONFIG_GL_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"