Re: LGPL external library support in gecko

2015-07-08 Thread Mike Hoye
On 2015-07-08 2:17 AM, Kyle Machulis wrote: If you've had requirements for an external library with an LGPL license, we now have a place to put them. This is fully awesome. - mhoye ___ dev-platform mailing list dev-platform@lists.mozilla.org https://

Re: LGPL external library support in gecko

2015-07-08 Thread Gervase Markham
On 08/07/15 07:17, Kyle Machulis wrote: > If you've had requirements for an external library with an LGPL license, we > now have a place to put them. There's still some odd things that you have > to do with symbol visibility to get this to work (feel free to ping me or > hit #build on IRC if you ha

LGPL external library support in gecko

2015-07-07 Thread Kyle Machulis
As of bug 1176300 landing (and hopefully sticking), we now have a place for LGPL symbols in gecko. There's a new shared library called "lgpllibs" (because I am horrible at naming things but it should at least be obvious what it is). Currently it holds libsoundtouch, which is LGPL with exception, bu