qtwayland: fix patch fuzz

Change-Id: I1f475af29ecdb3da5fa56b2549bc384ff040739d
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
(cherry picked from commit f7808792e9)
This commit is contained in:
Mikko Gronoff 2024-03-27 09:16:33 +02:00
parent 5bd63749d2
commit e0ef8e212c

View File

@ -1,4 +1,4 @@
From 481452adfddf754b1ffaca53f484c366edc5a3f5 Mon Sep 17 00:00:00 2001
From e92ceba596c50930f48490a227d1a405924c0c0b Mon Sep 17 00:00:00 2001
From: Samuli Piippo <samuli.piippo@qt.io>
Date: Wed, 29 Jan 2020 12:39:09 +0200
Subject: [PATCH] Allow qtwaylandscanner to be built without dependencies
@ -11,7 +11,7 @@ Upstream-Status: Inappropriate [OE Specific]
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6649dfcc..02f677b8 100644
index 51fdc9e6..da2411f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,11 +18,6 @@ find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS
@ -25,7 +25,7 @@ index 6649dfcc..02f677b8 100644
-
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS
Core
)
Gui
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c3219f9d..9886cb51 100644
--- a/src/CMakeLists.txt