[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:35 UTC 2016


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

The following commit has been merged in the master branch:
commit 801b2869eab4d47fd19c4ad3c5447362dc297783
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Aug 25 10:04:58 2014 +0200

    Fix the AccountsQt5 conditional block
    
    The AccountsQt5 does not set ALL_CAPS vars it seems (?), without this
    change the block won't be executed
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index eda1005..5994416 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ set(ktp_auth_handler_LIBS
 )
 
 #If we find Accounts-SSO frameworks, add support for it
-if(ACCOUNTSQT_FOUND AND SIGNONQT_FOUND)
+if(AccountsQt5_FOUND AND SignOnQt5_FOUND)
 
     add_definitions(-DHAVE_SSO)
     set(ktp_auth_handler_SRCS
@@ -97,7 +97,7 @@ if(ACCOUNTSQT_FOUND AND SIGNONQT_FOUND)
                         ${SIGNONQT_INCLUDE_DIRS}
     )
 
-endif(ACCOUNTSQT_FOUND AND SIGNONQT_FOUND)
+endif(AccountsQt5_FOUND AND SignOnQt5_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