summaryrefslogtreecommitdiff
path: root/kde-plasma/kwin/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /kde-plasma/kwin/files
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'kde-plasma/kwin/files')
-rw-r--r--kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch b/kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch
deleted file mode 100644
index e52934b3ec52..000000000000
--- a/kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 89db55c3983abee3dd42cef3cff2f83e94121be8 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Thu, 14 Sep 2017 10:02:04 +0200
-Subject: [PATCH] Put effectModelTest behind BUILD_TESTING conditional
-
-Qt5Test, so tests need to be too.
----
- kcmkwin/kwincompositing/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/kcmkwin/kwincompositing/CMakeLists.txt b/kcmkwin/kwincompositing/CMakeLists.txt
-index 350ef85de..75758a4a0 100644
---- a/kcmkwin/kwincompositing/CMakeLists.txt
-+++ b/kcmkwin/kwincompositing/CMakeLists.txt
-@@ -46,7 +46,7 @@ target_link_libraries(kwincompositing
- kwin4_effect_builtins
- )
-
--
-+if(BUILD_TESTING)
- set(modelTest_SRC
- model.cpp
- effectconfig.cpp
-@@ -77,6 +77,7 @@ target_link_libraries(effectModelTest
- kwineffects
- kwin4_effect_builtins
- )
-+endif()
-
- INSTALL(DIRECTORY qml DESTINATION ${DATA_INSTALL_DIR}/kwincompositing)
- INSTALL(TARGETS kwincompositing DESTINATION ${PLUGIN_INSTALL_DIR})
---
-2.13.5
-