diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb index 728a99e08b..4621d9f198 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb | |||
@@ -65,12 +65,14 @@ PACKAGECONFIG[egl] = ",,virtual/egl" | |||
65 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" | 65 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" |
66 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" | 66 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" |
67 | PACKAGECONFIG[dispmanx] = ",,virtual/libomxil" | 67 | PACKAGECONFIG[dispmanx] = ",,virtual/libomxil" |
68 | PACKAGECONFIG[viv-fb] = ",,virtual/libgles2 virtual/libg2d" | ||
68 | 69 | ||
69 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', ' x11', '', d)}" | 70 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', ' x11', '', d)}" |
70 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'gbm', ' gbm', '', d)}" | 71 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'gbm', ' gbm', '', d)}" |
71 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'wayland', ' wayland', '', d)}" | 72 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'wayland', ' wayland', '', d)}" |
72 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'dispmanx', ' dispmanx', '', d)}" | 73 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'dispmanx', ' dispmanx', '', d)}" |
73 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' egl', '', d)}" | 74 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' egl', '', d)}" |
75 | OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'viv-fb', ' viv-fb', '', d)}" | ||
74 | 76 | ||
75 | EXTRA_OEMESON += " \ | 77 | EXTRA_OEMESON += " \ |
76 | -Ddoc=disabled \ | 78 | -Ddoc=disabled \ |