summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
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-05 22:01:02 -0300
commitf28829ec9097b6e2f4f852ddb94291dda26a2e21 (patch)
tree72717a5d4c863040de29e8eb6cd7f47407eb5893 /recipes-multimedia
parent41d4f625c6db7a778f0f9a735c2cb48e023bc49b (diff)
downloadmeta-freescale-f28829ec9097b6e2f4f852ddb94291dda26a2e21.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>
Diffstat (limited to 'recipes-multimedia')
-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 4b25f406..1d7a4609 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 \