summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2022-11-18 21:26:38 +0100
committerStefan Eichenberger <eichest@gmail.com>2022-11-18 21:32:11 +0100
commit842174e46db477167f44870160edadb46c7a3468 (patch)
tree12210504c6220c045c9bc05178c8d7248749aaa9
parent34121f5c91729f7b9185f879318bfd85746e7112 (diff)
qt5: examples: cinematicexperience: Fix patch formating
The fix-fullscreen-mode.patch is formated incorrectly. This leads to a build failure. This patch fixes it. Related-to: ELB-4884 Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
-rw-r--r--qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch b/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch
index a7a6846..a82dc40 100644
--- a/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch
+++ b/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch
@@ -1,5 +1,5 @@
---- main.cpp.orig 2022-11-16 15:25:11.221100107 +0100
-+++ main.cpp 2022-11-18 09:30:01.084064039 +0100
+--- a/main.cpp 2022-11-16 15:25:11.221100107 +0100
++++ b/main.cpp 2022-11-18 09:30:01.084064039 +0100
@@ -1,5 +1,22 @@
#include <QGuiApplication>
#include <QQuickView>