summaryrefslogtreecommitdiffstats
path: root/kopete/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-01-06 19:41:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-02-02 04:40:27 +0100
commit1037d386233764a3fd46c8e18699c874520d6d9e (patch)
treeefbf197f81d814e062bb40aec490056c46f5a5ec /kopete/ConfigureChecks.cmake
parent115400db72f2a55daa516ff56bd570902b42029a (diff)
downloadtdenetwork-1037d386233764a3fd46c8e18699c874520d6d9e.tar.gz
tdenetwork-1037d386233764a3fd46c8e18699c874520d6d9e.zip
kopete: Added ability to build with shared tqca library.
QCA files renamed to TQCA to match tqca library. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete/ConfigureChecks.cmake')
-rw-r--r--kopete/ConfigureChecks.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/kopete/ConfigureChecks.cmake b/kopete/ConfigureChecks.cmake
index d4c97769..4001bb5a 100644
--- a/kopete/ConfigureChecks.cmake
+++ b/kopete/ConfigureChecks.cmake
@@ -20,6 +20,15 @@ if( (BUILD_KOPETE_PROTOCOL_JABBER AND WITH_JINGLE) OR (BUILD_KOPETE_PROTOCOL_MSN
endif( )
+# tqca (groupwise, jabber)
+if( BUILD_KOPETE_PROTOCOL_GROUPWISE OR BUILD_KOPETE_PROTOCOL_JABBER )
+ pkg_search_module( TQCA tqca )
+ if( NOT TQCA_FOUND )
+ message( STATUS " not found, built-in copy will be used" )
+ endif( )
+endif( )
+
+
### Check for videodev header
check_include_file( "libv4l1-videodev.h" HAVE_LIBV4L1_VIDEODEV_H )
if( HAVE_LIBV4L1_VIDEODEV_H )