liri-eglfs: do not record screens by default

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-01-31 13:40:44 +01:00
parent 32f69334b7
commit 3bde996a72
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
From 63a7de68a3df67647a26261a412a51275c5de677 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
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 <schnitzeltony@gmail.com>
---
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

View File

@@ -20,6 +20,7 @@ DEPENDS += " \
PV = "0.0.0+git${SRCPV}"
SRCREV = "7bbc508bc03ab0f6a6b1633b322a83db5d99ab5b"
SRC_URI += "file://0001-Do-not-enable-recording-by-default-it-requires-GLES3.patch"
S = "${WORKDIR}/git"
FILES_${PN} += " \