Bug 192410 - [CMake][Win] Investigate pkg-config support
Summary: [CMake][Win] Investigate pkg-config support
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-05 10:32 PST by Don Olmstead
Modified: 2018-12-05 22:24 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/