From 736ed14bbc6ca74ac4f81b9f8280e127350ba29a Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 25 Oct 2018 10:03:36 -0300 Subject: gstreamer1.0-plugins-good: Set PACKAGECONFIG_GL Change-Id: I8f045201dbc49fb3f556da968c73c7376a59838a Signed-off-by: Fabio Berton --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend (limited to 'recipes-multimedia') 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 index 00000000..8565c6a5 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend @@ -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)}" -- cgit v1.2.3-54-g00ecf