diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-06-25 16:45:27 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 13:56:33 -0300 |
commit | 3be855ceb8b92d1199bfea63771f840c224f7d69 (patch) | |
tree | 58f49485ec86ca600de9d55b05ab9e1216609ca7 | |
parent | 74736187bf7cbf8a92d75e0f05822a98b5f266f8 (diff) | |
download | meta-freescale-3be855ceb8b92d1199bfea63771f840c224f7d69.tar.gz |
gstreamer1.0-plugins-base: Change PACKAGECONFIG_GL for imxgpu2d and imxgpu3d
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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 index 00000000..15a735d4 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" | ||
2 | PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | ||