kdeartwork/kscreensaver cmake patch

Allen Winter winter at kde.org
Thu Dec 4 14:03:02 CET 2008


On Thursday 04 December 2008 12:40:39 am Maciej Mrozowski wrote:
> Hello
>
> I'm proposing a small patch for kdeartwork (related to kscreensaver and its
> xscreensaver support).
>
> In toplevel cmake there is macro_optional_find_library that creates cmake
> WITH_xscreensaver variable.
> But, it's being used nowhere, and in kscreensaver (the only subproject that
> checks for it) introduces new variable WITH_Xscreensaver.
> This tiny patch fixes this little ambiguity.

The macro_optional_find_package(Xscreensaver) command automatically adds the
WITH_Xscreensaver definition.  So no need to add one manually in kscreensaver/CMakeLists.txt

I'll fix.



More information about the Kde-buildsystem mailing list