forked from pool/ktorrent
Add remove-plasma.diff: Disable building the plasma applet, which is totally non functional in Plasma 5 and adds an unnecessary dependency on kdebase4-workspace OBS-URL: https://build.opensuse.org/request/show/337903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktorrent?expand=0&rev=100
13 lines
337 B
Diff
13 lines
337 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index a4973e3..f6b7142 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -40,7 +40,6 @@ add_subdirectory(libktcore)
|
|
add_subdirectory(plugins)
|
|
add_subdirectory(ktorrent)
|
|
add_subdirectory(ktupnptest)
|
|
-add_subdirectory(plasma)
|
|
add_subdirectory(ktmagnetdownloader)
|
|
add_subdirectory(doc)
|
|
|