summaryrefslogtreecommitdiff
path: root/kde-apps/yakuake/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-26 15:57:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-26 15:57:31 +0100
commitf6fd15e0418aea97c7ee77672468561cdac302e5 (patch)
tree6c13cdea083ccb5c111b15d7344bd8c0b4e61b73 /kde-apps/yakuake/files
parentf3471ff11210507b38c09f0e57df1bd601f629a5 (diff)
gentoo auto-resync : 26:08:2023 - 15:57:31
Diffstat (limited to 'kde-apps/yakuake/files')
-rw-r--r--kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch b/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch
new file mode 100644
index 000000000000..808aa488d0da
--- /dev/null
+++ b/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch
@@ -0,0 +1,28 @@
+From 0d0a3639b1c1e33aa49e979879e29064808a0a96 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sat, 26 Aug 2023 12:49:24 +0200
+Subject: [PATCH] Fix broken HAVE_KWAYLAND assignment
+
+Fixes up commit 3e58132f2315b99d0d8c8c233a8183079356506a
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2d143f9..bfdcd12 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -80,7 +80,7 @@ if(NOT APPLE)
+ endif()
+
+ find_package(KF${KF_MAJOR_VERSION}Wayland ${KF_MIN_VERSION} CONFIG)
+- set(HAVE_KWAYLAND KF${KF_MAJOR_VERSION}Wayland_FOUND)
++ set(HAVE_KWAYLAND ${KF${KF_MAJOR_VERSION}Wayland_FOUND})
+ endif()
+
+ add_subdirectory(app)
+--
+2.42.0
+