[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:48 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=85b34f7

The following commit has been merged in the master branch:
commit 85b34f77348aa91dd97fb4bdd2a73d46eab44e07
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Mar 18 15:42:42 2015 +0100

    Look for KWindowSystem now too
    
    Due to changes in dependencies being found by some frameworks, this now
    needs to be explicit
---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 029d30b..b52faa4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,8 @@ find_package (KF5 REQUIRED COMPONENTS
               NotifyConfig
               TextEditor
               Wallet
-              Config)
+              Config
+              WindowSystem)
 
 set(REQUIRED_TPQT_VERSION 0.9.2.1)
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list