[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:17 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=cfdfc78

The following commit has been merged in the master branch:
commit cfdfc78d809ebe1c5210290c3389c88c4408aff4
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Jun 7 19:39:24 2013 +0100

    Fix cmake build: only add includes to accounts sso if they exist
---
 CMakeLists.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77ef27c..4011542 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,8 +28,6 @@ include_directories (${KDE4_INCLUDES}
                      ${KTP_INCLUDE_DIR}
                      ${QJSON_INCLUDE_DIR}
                      ${QCA2_INCLUDE_DIR}
-                     ${ACCOUNTSQT_INCLUDE_DIRS}
-                     ${SIGNONQT_INCLUDE_DIRS}
                      ${CMAKE_CURRENT_SOURCE_DIR}/kssl
 )
 
@@ -76,6 +74,11 @@ if(ACCOUNTSQT_FOUND AND SIGNONQT_FOUND)
         ${ACCOUNTSQT_LIBRARIES}
         ${SIGNONQT_LIBRARIES}
     )
+
+    include_directories(${ACCOUNTSQT_INCLUDE_DIRS}
+                        ${SIGNONQT_INCLUDE_DIRS}
+    )
+    
 endif(ACCOUNTSQT_FOUND AND SIGNONQT_FOUND)
 
 configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list