]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-base: Set PACKAGECONFIG_GL for use-mainline-bsp override
authorFabio Berton <fabio.berton@ossystems.com.br>
Thu, 25 Oct 2018 13:04:35 +0000 (10:04 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Fri, 26 Oct 2018 13:18:26 +0000 (10:18 -0300)
Change-Id: I2184d54e59a5c25e0353536cb7b576860580241b
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend

index 4b3865112ab444948883579e4fae576641fe259d..8565c6a53377ecc945e664b6eb4cf8639d3057ef 100644 (file)
@@ -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)}"