Bug 176113 - [CMake][WinCairo] Use find_package for libpng and libjpeg
Summary: [CMake][WinCairo] Use find_package for libpng and libjpeg
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-30 10:59 PDT by Don Olmstead
Modified: 2017-08-30 11:49 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.96 KB, patch)
2017-08-30 11:04 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2017-08-30 10:59:56 PDT
Use find_package for libpng and libjpeg on WinCairo
Comment 1 Don Olmstead 2017-08-30 11:04:15 PDT
Created attachment 319380 [details]
Patch

Uses find_package for jpeg and png.

Removes the JPEG_FOUND and PNG_FOUND guards in ImageDecoders.cmake since every port including ImageDecoders.cmake uses find_package and requires the two libraries.
Comment 2 WebKit Commit Bot 2017-08-30 11:48:39 PDT
Comment on attachment 319380 [details]
Patch

Clearing flags on attachment: 319380

Committed r221387: <http://trac.webkit.org/changeset/221387>
Comment 3 WebKit Commit Bot 2017-08-30 11:48:40 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-08-30 11:49:25 PDT
<rdar://problem/34167967>