Re: [PATCH weston] configure: Make libjpeg an optional dependency

2016-02-08 Thread Pekka Paalanen
On Sat, 6 Feb 2016 12:09:59 +0100 Quentin Glidic wrote: > On 06/02/2016 06:07, Emmanuel Gil Peyrot wrote: > > libjpeg is only used in shared/image-loader.c in weston, like libwebp > > it doesn’t make sense to fail the entire build if it isn’t present, for > > any reason. > > > > I kept libpng a h

Re: [PATCH weston] configure: Make libjpeg an optional dependency

2016-02-06 Thread Quentin Glidic
On 06/02/2016 06:07, Emmanuel Gil Peyrot wrote: libjpeg is only used in shared/image-loader.c in weston, like libwebp it doesn’t make sense to fail the entire build if it isn’t present, for any reason. I kept libpng a hard dependency in the image-loader because so many other parts of weston depe

[PATCH weston] configure: Make libjpeg an optional dependency

2016-02-05 Thread Emmanuel Gil Peyrot
libjpeg is only used in shared/image-loader.c in weston, like libwebp it doesn’t make sense to fail the entire build if it isn’t present, for any reason. I kept libpng a hard dependency in the image-loader because so many other parts of weston depend on PNG, it is already mandatory from everywhere