kdevelop/kdevelop-24.02.0-disable-ksysguard.patch

12 lines
436 B
Diff

--- kdevelop-24.02.0/CMakeLists.txt.orig 2024-03-17 13:32:08.895075355 +0100
+++ kdevelop-24.02.0/CMakeLists.txt 2024-03-17 13:32:16.226079627 +0100
@@ -103,7 +103,7 @@
)
set(HAVE_KSYSGUARD FALSE)
-find_package(KSysGuard CONFIG QUIET)
+#find_package(KSysGuard CONFIG QUIET)
set_package_properties(KSysGuard PROPERTIES
PURPOSE "Framework for process listing. Required for the 'Attach to Process' feature"
TYPE RECOMMENDED