From 87ef247ed4ebb6b4069526e83e1a85f363058a14 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 31 Mar 2020 21:30:32 -0700 Subject: gstreamer1.0-plugins-good: Fix build when egl is enabled but no x11/wayland This fixes build errors seen in no-x11/no-wayland configuration ( eglfs ) and when QT5 support is enabled (From OE-Core rev: 03e498cd7e35902202579d404f4aad5c92664f18) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb index 8b34111d38..17c9421394 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.2.bb @@ -2,6 +2,8 @@ require gstreamer1.0-plugins-common.inc SRC_URI = " \ https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ + file://0001-qmlgl-ensure-Qt-defines-GLsync-to-fix-compile-on-som.patch \ + file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ " SRC_URI[md5sum] = "bd025f8f14974f94b75ac69a9d1b9c93" -- cgit v1.2.3-54-g00ecf