Moved solid-wicd to kdereview

Alexander Neundorf neundorf at kde.org
Sun Mar 29 17:40:00 BST 2009


On Sunday 29 March 2009, Dario Freddi wrote:
> On Sunday 29 March 2009 18:14:16 Alexander Neundorf wrote:
> > On Sunday 29 March 2009, Dario Freddi wrote:
> > > On Sunday 29 March 2009 17:31:36 Alex Merry wrote:
> > > > On Saturday 28 March 2009 15:26:59 Alexander Neundorf wrote:
> > > > > On Saturday 28 March 2009, Dario Freddi wrote:
> > > > > > No, I don't, Wicd is necessary just at runtime. If so, I don't
> > > > > > need to check wicd at build time, but rather disable the backend
> > > > > > at runtime if wicd was not found?
> > > > >
> > > > > ... was not found at runtime.
> > > >
> > > > I would, however, suggest considering a CMake option to manually
> > > > disable this feature (but default it to on).  It's the sort of thing
> > > > Gentoo packagers will thank you for.
> > >
> > > Good idea, upon moving it to kdebase I'll add a DISABLE_WICD_ENGINE
> > > flag for avoiding its compilation
> >
> > I didn't look at the code...
> > is it in a separate subdirectory ?
> > Then you can use macro_optional_add_subdirectory().
> > This is the same as add_subdirectory(), but additionally an option
> > BUILD_<name_of_the_dir> is created.
>
> Ah, I always wondered if macro_optional_add_subdirectory had something
> special, now I know :) then I just need to add the directive, since it will

No need to wonder: http://api.kde.org/cmake/modules.html  :-)

Alex





More information about the kde-core-devel mailing list