cmake: prefer pkgconf for finding Linux deps#166
Conversation
|
Don't you need to change this one too? Bolt/src/library/CMakeLists.txt Line 12 in bc80548 |
Good catch, I'll take a look at that too. I was building without libraries when testing |
5d3e82d to
81ff8c8
Compare
81ff8c8 to
1a7083c
Compare
|
Additionally, there's one thing still missing for a full out-of-the-box Fedora build, but it's a bit more messy: Fedora system CEF builds with a later version, meaning function method params to |
|
CEF versions don't seem to have stable APIs, but the OnBeforePopup thing thankfully happens to be the only breaking change in the last year or two. At some point I will be getting round to updating my own CEF builds to 139 and that issue will be moot, until they break something else. |
Not sure if this really counts as adding a dependency - every development setup I've set up has had either
pkgconforpkg-configpreinstalled, so I can revert the readme update if you prefer.