From 54b675b7c40548e85758e52fdbb3100bf70bc7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 18 Nov 2019 00:21:30 +0100 Subject: [PATCH] liri-eglfs: upgrade to latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...cording-by-default-it-requires-GLES3.patch | 29 ------------------- ...n-remove-frame-recording-completely.patch} | 0 2 files changed, 29 deletions(-) delete mode 100644 recipes-liri/liri-eglfs/liri-eglfs/0001-Do-not-enable-recording-by-default-it-requires-GLES3.patch rename recipes-liri/liri-eglfs/liri-eglfs/{0002-qeglfskmsgbmscreen-remove-frame-recording-completely.patch => 0001-qeglfskmsgbmscreen-remove-frame-recording-completely.patch} (100%) diff --git a/recipes-liri/liri-eglfs/liri-eglfs/0001-Do-not-enable-recording-by-default-it-requires-GLES3.patch b/recipes-liri/liri-eglfs/liri-eglfs/0001-Do-not-enable-recording-by-default-it-requires-GLES3.patch deleted file mode 100644 index e36b7f62..00000000 --- a/recipes-liri/liri-eglfs/liri-eglfs/0001-Do-not-enable-recording-by-default-it-requires-GLES3.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 63a7de68a3df67647a26261a412a51275c5de677 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Thu, 31 Jan 2019 12:25:01 +0100 -Subject: [PATCH] Do not enable recording by default - it requires GLES3 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Andreas Müller ---- - src/plugins/platforms/eglfs/api/qeglfsscreen_p.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h b/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h -index 9b1e072..e3f0901 100644 ---- a/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h -+++ b/src/plugins/platforms/eglfs/api/qeglfsscreen_p.h -@@ -104,7 +104,7 @@ private: - EGLSurface m_surface; - QPlatformCursor *m_cursor; - bool m_modeChangeRequested = false; -- bool m_recordingEnabled = true; -+ bool m_recordingEnabled = false; - - friend class QEglFSWindow; - }; --- -2.20.1 - diff --git a/recipes-liri/liri-eglfs/liri-eglfs/0002-qeglfskmsgbmscreen-remove-frame-recording-completely.patch b/recipes-liri/liri-eglfs/liri-eglfs/0001-qeglfskmsgbmscreen-remove-frame-recording-completely.patch similarity index 100% rename from recipes-liri/liri-eglfs/liri-eglfs/0002-qeglfskmsgbmscreen-remove-frame-recording-completely.patch rename to recipes-liri/liri-eglfs/liri-eglfs/0001-qeglfskmsgbmscreen-remove-frame-recording-completely.patch