]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-good: Set PACKAGECONFIG_GL
authorFabio Berton <fabio.berton@ossystems.com.br>
Thu, 25 Oct 2018 13:03:36 +0000 (10:03 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Fri, 26 Oct 2018 13:18:26 +0000 (10:18 -0300)
Change-Id: I8f045201dbc49fb3f556da968c73c7376a59838a
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend [new file with mode: 0644]

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend
new file mode 100644 (file)
index 0000000..8565c6a
--- /dev/null
@@ -0,0 +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)}"