Bug 192410

Summary: [CMake][Win] Investigate pkg-config support
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: CMakeAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: Hironori.Fujii
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Don Olmstead 2018-12-05 10:32:12 PST
In https://bugs.webkit.org/show_bug.cgi?id=192384 I'm adding FindNghttp2 and FindPixman to the CMake. Neither of these libraries is actually referenced within WebKit but they are dependencies when cURL and Cairo are compiled statically.

It seems like the current Find* don't necessarily take pkg-config into account when returning libraries.

Also pkg-config isn't as ubiquitous on Windows development machines.

These things should be solvable.
Comment 1 Fujii Hironori 2018-12-05 22:24:12 PST
You can get Windows binary from pkg-config-lite.
https://sourceforge.net/projects/pkgconfiglite/