Is gperf really needed when building the JSCOnly with CMake?
30 Sep
2018
30 Sep
'18
8:52 a.m.
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
30 Sep
30 Sep
3:57 p.m.
Yeah, I'd just put it in an if (NOT ${PORT} STREQUAL "JSCOnly") (writing that off the top of my head, probably somehow wrong)
2595
Age (days ago)
2596
Last active (days ago)
3 comments
3 participants
participants (3)
-
Koby Boyango
-
Konstantin Tokarev
-
Michael Catanzaro