[PATCH] Port from UsePkgConfig to PkgConfig in kdelibs/cmake/modules

Raphael Kubo da Costa kubito at gmail.com
Fri Apr 16 04:42:08 CEST 2010


On Thursday 15 April 2010 17:33:41 Alexander Neundorf wrote:
> On Thursday 15 April 2010, Friedrich W. H. Kossebau wrote:
> > Good :) So, is the above reasoning fine and can I enter Enter to "svn
> > ci"?
> 
> After dealing with the two comments, yes, please :-)

While you're at it: I see that many of those files being patched still do the 

 if (foo_INCLUDE_DIR AND foo_LIBRARIES)
    set (foo_FOUND TRUE)
 # ...
 endif (...)

 # handle QUIETLY manually, etc

dance. This isn't strictly related to the pkg-config stuff, but wouldn't it be 
nice to replace that with FIND_PACKAGE_HANDLE_STANDARD_ARGS?


More information about the Kde-buildsystem mailing list