meta-webkit icon indicating copy to clipboard operation
meta-webkit copied to clipboard

webkitdevci: add sysprof-staticdev as build dependency

Open clopez opened this issue 5 months ago • 0 comments

When WPE is built with -DUSE_SYSTEM_SYSPROF_CAPTURE=ON it looks for a static library (.a) named sysprof-capture-4, but yocto by default ships static libraries in a -staticdev package that is not included by default on the sysroot.

So explicitly include the -staticdev package in this case

clopez avatar Sep 11 '25 13:09 clopez