trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2012

Re: [trinity-devel] TDEHWLIB: Missing Mounting dialog

From: Darrell Anderson <humanreadable@...>
Date: Sat, 1 Sep 2012 22:28:26 -0700 (PDT)
> > The question is how to properly patch the CMakeLists.txt file? Are those
> > dialogs truly conditional on HAL? If not then perhaps all we need is this
> > change:
> >
> > AS IS:
> >
> > tde_conditional_add_subdirectory( WITH_HAL
> propsdlgplugin )
> >
> > CHANGE TO:
> >
> > add_subdirectory( propsdlgplugin )

> Yep, that's it!  Go ahead and commit that to GIT.
> 
> Good work!

I just finished testing the patch (before reading your response). The patch works. I now have a Mounting tab. :-)

Darrell