summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZan Dobersek <zdobersek@igalia.com>2020-11-05 18:18:45 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-11-10 16:27:28 -0300
commit9abcc57bf82cf0d3930ac72b8e1bab5cea78fc62 (patch)
tree077f30ad4fd81bb5efcfef8cdaa5e0e4a400ed2f
parent66801b225361d8c107f2c8d9a7585902b9caecbe (diff)
downloadmeta-freescale-9abcc57bf82cf0d3930ac72b8e1bab5cea78fc62.tar.gz
gstreamer1.0-plugins-base: allow enabling viv-fb as a supported GL winsys
Add the viv-fb PACKAGECONFIG flag through which the corresponding GL winsys support can be enabled in the GStreamer base plugins configuration. When enabled, dependencies on the virtual libgles2 and libg2d targets are required. Signed-off-by: Zan Dobersek <zdobersek@igalia.com> (cherry picked from commit f28829ec9097b6e2f4f852ddb94291dda26a2e21)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb
index 4b25f4065..1d7a46098 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb
@@ -41,7 +41,7 @@ PACKAGECONFIG ??= " \
41 41
42OPENGL_APIS = 'opengl gles2' 42OPENGL_APIS = 'opengl gles2'
43OPENGL_PLATFORMS = 'egl' 43OPENGL_PLATFORMS = 'egl'
44OPENGL_WINSYS = 'x11 wayland gbm' 44OPENGL_WINSYS = 'x11 wayland gbm viv-fb'
45 45
46X11DEPENDS = "virtual/libx11 libsm libxrender libxv" 46X11DEPENDS = "virtual/libx11 libsm libxrender libxv"
47X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" 47X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled"
@@ -70,6 +70,7 @@ PACKAGECONFIG[egl] = ",,virtual/egl"
70# OpenGL window systems (except for X11) 70# OpenGL window systems (except for X11)
71PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" 71PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm"
72PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" 72PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm"
73PACKAGECONFIG[viv-fb] = ",,virtual/libgles2 virtual/libg2d"
73 74
74EXTRA_OEMESON += " \ 75EXTRA_OEMESON += " \
75 -Dgl-graphene=disabled \ 76 -Dgl-graphene=disabled \