[webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

Koby Boyango koby.b at mce.systems
Sun Sep 30 01:52:49 PDT 2018


Hi
I'm currently experimenting with using the new Azure Pipelines as the CI
platform for node-jsc.
While setting up the Windows test, I had to add some extra steps in order
to add gperf and make sure CMake's find_package finds it.
Currently, gperf is required for all CMake ports, as it is checked in
WebKitCommon.cmake. But searching the WebKit repo, it seems that it's only
used when building WebCore, making it unnecessary for the JSCOnly port
(which is by node-jsc).
So, do you think it could be excluded from JSCOnly port's dependencies?

Thanks,
Koby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20180930/80875ed2/attachment.html>


More information about the webkit-dev mailing list