From: Jose Quaresma Date: Thu, 29 Oct 2020 14:27:48 +0000 (+0000) Subject: gstreamer1.0-plugins-base: add new meson option as PACKAGECONFIG X-Git-Tag: uninative-2.10~903 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a54a70083cbe350d9fb6caef1567780bf4a0cbfb;p=openembedded-core.git gstreamer1.0-plugins-base: add new meson option as PACKAGECONFIG - gl_winsys have a new meson option to set egl Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb index 7fe5a480d4..a04af186f6 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb @@ -68,6 +68,7 @@ OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', ' x11', '', OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'gbm', ' gbm', '', d)}" OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'wayland', ' wayland', '', d)}" OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'dispmanx', ' dispmanx', '', d)}" +OPENGL_WINSYS_append = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' egl', '', d)}" EXTRA_OEMESON += " \ -Ddoc=disabled \