Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-03-07 Thread Bryce Harrington
On Thu, Feb 25, 2016 at 03:38:02AM +0100, Emmanuel Gil Peyrot wrote: > On Wed, Feb 17, 2016 at 11:04:16AM -0800, Bryce Harrington wrote: > > On Wed, Feb 17, 2016 at 12:28:48PM +0100, Emmanuel Gil Peyrot wrote: > > > On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > > > > On Tue, F

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-24 Thread Emmanuel Gil Peyrot
On Wed, Feb 17, 2016 at 11:04:16AM -0800, Bryce Harrington wrote: > On Wed, Feb 17, 2016 at 12:28:48PM +0100, Emmanuel Gil Peyrot wrote: > > On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > > > On Tue, Feb 16, 2016 at 01:57:52AM +, Emmanuel Gil Peyrot wrote: > > > > It doesn’

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-17 Thread Bryce Harrington
On Wed, Feb 17, 2016 at 12:28:48PM +0100, Emmanuel Gil Peyrot wrote: > On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > > On Tue, Feb 16, 2016 at 01:57:52AM +, Emmanuel Gil Peyrot wrote: > > > It doesn’t make sense to fail the entire build when jpeglib isn’t > > > present, so

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-17 Thread Emmanuel Gil Peyrot
On Tue, Feb 16, 2016 at 10:29:34PM -0800, Bryce Harrington wrote: > On Tue, Feb 16, 2016 at 01:57:52AM +, Emmanuel Gil Peyrot wrote: > > It doesn’t make sense to fail the entire build when jpeglib isn’t > > present, so this commit makes it optional just like libwebp in the > > previous one, dis

Re: [PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-16 Thread Bryce Harrington
On Tue, Feb 16, 2016 at 01:57:52AM +, Emmanuel Gil Peyrot wrote: > It doesn’t make sense to fail the entire build when jpeglib isn’t > present, so this commit makes it optional just like libwebp in the > previous one, disabled with --without-jpeg and forced with --with-jpeg. > > Signed-off-by:

[PATCH weston v2 2/2] configure: Make jpeglib an optional dependency.

2016-02-15 Thread Emmanuel Gil Peyrot
It doesn’t make sense to fail the entire build when jpeglib isn’t present, so this commit makes it optional just like libwebp in the previous one, disabled with --without-jpeg and forced with --with-jpeg. Signed-off-by: Emmanuel Gil Peyrot --- Changes since v1: - Added a --without-jpeg and a --wi