diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.1.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.1.bb index 7ce9238c4a..cf12ceba61 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.1.bb | |||
@@ -38,7 +38,6 @@ PACKAGECONFIG ??= " \ | |||
38 | 38 | ||
39 | OPENGL_APIS = 'opengl gles2' | 39 | OPENGL_APIS = 'opengl gles2' |
40 | OPENGL_PLATFORMS = 'egl' | 40 | OPENGL_PLATFORMS = 'egl' |
41 | OPENGL_WINSYS = 'x11 wayland gbm' | ||
42 | 41 | ||
43 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" | 42 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" |
44 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" | 43 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" |
@@ -67,6 +66,12 @@ PACKAGECONFIG[egl] = ",,virtual/egl" | |||
67 | # OpenGL window systems (except for X11) | 66 | # OpenGL window systems (except for X11) |
68 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" | 67 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" |
69 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" | 68 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" |
69 | PACKAGECONFIG[dispmanx] = ",,virtual/libomxil" | ||
70 | |||
71 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', ' x11', '', d)}" | ||
72 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'gbm', ' gbm', '', d)}" | ||
73 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'wayland', ' wayland', '', d)}" | ||
74 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'dispmanx', ' dispmanx', '', d)}" | ||
70 | 75 | ||
71 | EXTRA_OEMESON += " \ | 76 | EXTRA_OEMESON += " \ |
72 | -Dgl-graphene=disabled \ | 77 | -Dgl-graphene=disabled \ |