trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-users] Missing dnotify option?

From: Darrell Anderson <humanreadable@...>
Date: Mon, 9 Jan 2012 12:21:45 -0800 (PST)
> Okay. I won't pretend to understand cmake. This is as far
> as I get thus far:
> 
> In kdelibs/CMakeLists.txt, add:
> 
> OPTION( WITH_DNOTIFY "Enable DNOTIFY support" ON )
> ...
> #### set some constants #########################
> if( WITH_DNOTIFY )
>   set( HAVE_DNOTIFY 1 )
> endif( )
> ...
> 
> Are any validation tests required or is that snippet
> sufficient?

Updated in GIT I see. :)

Darrell