[Webkit-unassigned] [Bug 154074] [cmake] Consolidate CMake code related to image decoders.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 11:03:15 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154074

--- Comment #6 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 270993
  --> https://bugs.webkit.org/attachment.cgi?id=270993
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=270993&action=review

>>> Source/WebCore/ImageDecoders.cmake:29
>>> +if (JPEG_FOUND)
>> 
>> I think these should remain unconditional.  We should have a hard failure if these aren't found.
> 
> WinCairo does not use find_package for libjpeg and libpng, therefore repspective variables are empty. I thought it is not a good practice to append empty variables to the lists.

BTW, hard failure is guaranteed by REQUIRED flag, set by ports in Options*.cmake when find_package is invoked.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160210/a0adff0e/attachment-0001.html>


More information about the webkit-unassigned mailing list