diff options
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.imx.bb | 3 |
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 | ||
42 | OPENGL_APIS = 'opengl gles2' | 42 | OPENGL_APIS = 'opengl gles2' |
43 | OPENGL_PLATFORMS = 'egl' | 43 | OPENGL_PLATFORMS = 'egl' |
44 | OPENGL_WINSYS = 'x11 wayland gbm' | 44 | OPENGL_WINSYS = 'x11 wayland gbm viv-fb' |
45 | 45 | ||
46 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" | 46 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" |
47 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" | 47 | X11ENABLEOPTS = "-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) |
71 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" | 71 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" |
72 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" | 72 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" |
73 | PACKAGECONFIG[viv-fb] = ",,virtual/libgles2 virtual/libg2d" | ||
73 | 74 | ||
74 | EXTRA_OEMESON += " \ | 75 | EXTRA_OEMESON += " \ |
75 | -Dgl-graphene=disabled \ | 76 | -Dgl-graphene=disabled \ |