[Kde-bindings] libs outside qt and kdelibs (Re: KDE/kdebindings/smoke)

Richard Dale rdale at foton.es
Tue Jun 24 09:41:45 UTC 2008


On Saturday 21 June 2008 18:13:42 Simon Edwards wrote:
> Richard Dale wrote:
> > SVN commit 822586 by rdale:
> > * Don't build libs outside qt and kdelibs by default
> >
> >
> > --- trunk/KDE/kdebindings/smoke/CMakeLists.txt #822585:822586
> > @@ -5,7 +5,7 @@
> > -OPTION(ENABLE_SMOKESOPRANO "build SmokeSoprano" ON)
> > +OPTION(ENABLE_SMOKESOPRANO "build SmokeSoprano" OFF)
> >
> > -OPTION(ENABLE_SMOKENEPOMUK "build SmokeNepomuk" ON)
> > -OPTION(ENABLE_SMOKEOKULAR "build SmokeOkular" ON)
> > +OPTION(ENABLE_SMOKENEPOMUK "build SmokeNepomuk" OFF)
> > +OPTION(ENABLE_SMOKEOKULAR "build SmokeOkular" OFF)
>
> Is this a real problem for libraries which are part of kdesupport
> considering that kdelibs needs them anyway? Enabling soprano and nepomuk
> doesn't have any adverse effects.
I wasn't sure if they are mandatory. When I submitted a patch to add viewing 
Soprano Nodes in the plasma data engine viewer, someone submitted a patch to 
make it optional in the compile with an #ifdef depending on whether 
Nepomuk/Soprano were found.

-- Richard






More information about the Kde-bindings mailing list