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


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

The following commit has been merged in the master branch:
commit f21a712d23d03f38e103d86bc1c399f6e5817eb9
Author: Florian Reinhard <florian.reinhard at googlemail.com>
Date:   Thu Mar 14 07:54:56 2013 +0100

    Fix broken build for qjson 0.7.1 ... again :)
---
 cmake/modules/FindQJSON.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/FindQJSON.cmake b/cmake/modules/FindQJSON.cmake
index 4152c1c..4781c0a 100644
--- a/cmake/modules/FindQJSON.cmake
+++ b/cmake/modules/FindQJSON.cmake
@@ -17,7 +17,7 @@ find_package(QJSON QUIET NO_MODULE)
 # This happens only on some distribution, so we check if the lowercase
 # variable is set, before setting the uppercase one.
 if (${QJSON_VERSION} VERSION_LESS "0.7.2")
-    if (qtjson_LIBRARIES)
+    if (qjson_LIBRARIES)
         set (QJSON_LIBRARIES ${qjson_LIBRARIES})
     endif()
     if (qjson_INCLUDE_DIR)

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list