From 3d228d515d76bff5c4563429a44237dca27e20be Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Tue, 16 Jan 2018 22:03:37 +0100 Subject: [PATCH] Adapt to KF 5.42 changes --- recipes-plasma/kwin/0001-compile-fix.patch | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/recipes-plasma/kwin/0001-compile-fix.patch b/recipes-plasma/kwin/0001-compile-fix.patch index e391a82..95ecc47 100644 --- a/recipes-plasma/kwin/0001-compile-fix.patch +++ b/recipes-plasma/kwin/0001-compile-fix.patch @@ -11,7 +11,7 @@ index a77261a54..6404ba006 100644 #include #include diff --git a/plugins/platforms/x11/standalone/x11_platform.h b/plugins/platforms/x11/standalone/x11_platform.h -index 07d79b889..c8b3078af 100644 +index 02a4ae15d..4fd77c6ca 100644 --- a/plugins/platforms/x11/standalone/x11_platform.h +++ b/plugins/platforms/x11/standalone/x11_platform.h @@ -24,6 +24,7 @@ along with this program. If not, see . @@ -20,13 +20,13 @@ index 07d79b889..c8b3078af 100644 #include +#include - #include - + namespace KWin + { diff --git a/plugins/platforms/x11/windowed/x11windowed_backend.cpp b/plugins/platforms/x11/windowed/x11windowed_backend.cpp -index 95306b027..8b7513f68 100644 +index 302bac7f4..27b70810d 100644 --- a/plugins/platforms/x11/windowed/x11windowed_backend.cpp +++ b/plugins/platforms/x11/windowed/x11windowed_backend.cpp -@@ -42,6 +42,7 @@ along with this program. If not, see . +@@ -40,6 +40,7 @@ along with this program. If not, see . // system #include #include @@ -34,3 +34,17 @@ index 95306b027..8b7513f68 100644 namespace KWin { +diff --git a/wayland_server.cpp b/wayland_server.cpp +index dd4727727..a64bd10d5 100644 +--- a/wayland_server.cpp ++++ b/wayland_server.cpp +@@ -33,7 +33,9 @@ along with this program. If not, see . + #include + // Server + #include ++#include + #include ++#include + #include + #include + #include