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
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
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