Re: heads-up: LIB_DEPENDS whacking

2010-11-11 Thread Marc Espie
On Mon, Nov 08, 2010 at 07:04:13PM +0100, Marc Espie wrote: > We are in the final stages of removing the old-style LIB_DEPENDS. > > Basically, this amounts to changing > LIB_DEPENDS = foo::path/libfoo > into > LIB_DEPENDS = ::path/libfoo > WANTLIB += foo > > stuff like > LIB_DEPENDS = bar.>=1,foo

heads-up: LIB_DEPENDS whacking

2010-11-08 Thread Marc Espie
We are in the final stages of removing the old-style LIB_DEPENDS. Basically, this amounts to changing LIB_DEPENDS = foo::path/libfoo into LIB_DEPENDS = ::path/libfoo WANTLIB += foo stuff like LIB_DEPENDS = bar.>=1,foo.>=2::path/libfoo becoms LIB_DEPENDS = ::path/libfoo WANTLIB += bar.>=1 foo.>=2