From 6fd34389c4d06925a45736ec35f98e3e6260a910 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 25 Jun 2018 17:15:01 -0300 Subject: gstreamer1.0-plugins-bad: Change PACKAGECONFIG_GL for imxgpu2d and imxgpu3d Commit 733c19291d298d428fcd500ec1e6c4f51ce67dc6 removed bbappend that change PACKAGECONFIG_GL, but we need to keep this. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend new file mode 100644 index 00000000..15a735d4 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend @@ -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)}" -- cgit v1.2.3-54-g00ecf