aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-18 21:17:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-18 21:17:15 +0100
commit1b21e4a10a811395c5cbbb28dc10a3366f91651f (patch)
tree02d72dfbc1aa05a6d8443196b08d175cee7b461e
parentkde-plasma/plasma-desktop: Backport IUSE input_devices_wacom to 6.2 (diff)
downloadkde-1b21e4a10a811395c5cbbb28dc10a3366f91651f.tar.gz
kde-1b21e4a10a811395c5cbbb28dc10a3366f91651f.tar.bz2
kde-1b21e4a10a811395c5cbbb28dc10a3366f91651f.zip
kde-plasma/plasma-desktop: Fixup patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-desktop/files/plasma-desktop-6.2.3-tablet-kcm-optional.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-6.2.3-tablet-kcm-optional.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-6.2.3-tablet-kcm-optional.patch
index e7f549a324..b0d2f512ed 100644
--- a/kde-plasma/plasma-desktop/files/plasma-desktop-6.2.3-tablet-kcm-optional.patch
+++ b/kde-plasma/plasma-desktop/files/plasma-desktop-6.2.3-tablet-kcm-optional.patch
@@ -1,4 +1,4 @@
-From 999deeefddc9482e9e360643578442b958a9c2ef Mon Sep 17 00:00:00 2001
+From 5296ef03a9b14a6a9324d506d04f78e61e8512f6 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Mon, 4 Nov 2024 23:15:19 +0100
Subject: [PATCH] cmake: Add BUILD_KCM_TABLET option to conditionalise Wayland
@@ -9,12 +9,12 @@ Follow-up to 240ca31717ebed55e43ffaf6ac906dea07e9f4c6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
(cherry picked from commit 8f0e9b4d625024469b4fbd0468e767e45b464872)
---
- CMakeLists.txt | 31 +++++++++++++++++++------------
+ CMakeLists.txt | 30 ++++++++++++++++++------------
kcms/CMakeLists.txt | 5 ++++-
- 2 files changed, 23 insertions(+), 13 deletions(-)
+ 2 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6f764d1ef4..a76dd3ff2f 100644
+index 6f764d1ef4..8222cfaed5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,6 +40,7 @@ option(BUILD_KCM_MOUSE_KWIN_WAYLAND "Build the Mouse KCM's KWin+Wayland backend"
@@ -37,7 +37,7 @@ index 6f764d1ef4..a76dd3ff2f 100644
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
Auth
-@@ -139,17 +143,20 @@ set_package_properties(KF6QQC2DesktopStyle PROPERTIES
+@@ -139,17 +143,19 @@ set_package_properties(KF6QQC2DesktopStyle PROPERTIES
TYPE RUNTIME
)
@@ -64,7 +64,6 @@ index 6f764d1ef4..a76dd3ff2f 100644
+ TYPE REQUIRED
+ PURPOSE "Required for building Tablet input KCM"
+ )
-+ pkg_check_modules(LIBWACOM libwacom REQUIRED IMPORTED_TARGET)
+endif()
find_package(SDL2 2.0.16)