]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-base: Change PACKAGECONFIG_GL for imxgpu2d and imxgpu3d
authorFabio Berton <fabio.berton@ossystems.com.br>
Mon, 25 Jun 2018 19:45:27 +0000 (16:45 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 Jun 2018 16:56:33 +0000 (13:56 -0300)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend [new file with mode: 0644]

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend
new file mode 100644 (file)
index 0000000..15a735d
--- /dev/null
@@ -0,0 +1,2 @@
+PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}"
+PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"