[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/cmake/modules
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2009-03-11 22:39:54
Message-ID: 1236811194.467495.2254.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 938477 by djarvie:

Suppress 'not found' messages from pkgconfig when the module subsequently
attempts to locate the package by other means.


 M  +1 -1      FindCkConnector.cmake  
 M  +1 -1      FindDBus.cmake  
 M  +1 -1      FindGooglegadgets.cmake  


--- trunk/KDE/kdebase/workspace/cmake/modules/FindCkConnector.cmake #938476:938477
@@ -25,7 +25,7 @@
     IF (PKG_CONFIG_FOUND)
       # use pkg-config to get the directories and then use these values
       # in the FIND_PATH() and FIND_LIBRARY() calls
-      pkg_check_modules(_CKCONNECTOR_PC ck-connector)
+      pkg_check_modules(_CKCONNECTOR_PC QUIET ck-connector)
     ENDIF (PKG_CONFIG_FOUND)
   ENDIF (NOT WIN32)
 
--- trunk/KDE/kdebase/workspace/cmake/modules/FindDBus.cmake #938476:938477
@@ -25,7 +25,7 @@
     IF (PKG_CONFIG_FOUND)
       # use pkg-config to get the directories and then use these values
       # in the FIND_PATH() and FIND_LIBRARY() calls
-      pkg_check_modules(_DBUS_PC dbus-1)
+      pkg_check_modules(_DBUS_PC QUIET dbus-1)
     ENDIF (PKG_CONFIG_FOUND)
   ENDIF (NOT WIN32)
 
--- trunk/KDE/kdebase/workspace/cmake/modules/FindGooglegadgets.cmake #938476:938477
@@ -19,7 +19,7 @@
 # in the FIND_PATH() and FIND_LIBRARY() calls
 if( NOT WIN32 )
   INCLUDE(FindPkgConfig)
-  PKG_CHECK_MODULES(GOOGLEGADGETS libggadget-1.0>=0.10.5 libggadget-qt-1.0>=0.10.5)
+  PKG_CHECK_MODULES(GOOGLEGADGETS QUIET libggadget-1.0>=0.10.5 libggadget-qt-1.0>=0.10.5)
 endif( NOT WIN32 )
 
 INCLUDE(FindPackageHandleStandardArgs)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic