Closed aperezdc closed 3 years ago
One thing that might be better is adding wpewebkit-web-inspector-plugin
to the RRECOMMENDS
instead of RDEPENDS
when runtime-inspector
is enabled. Let me know if you would prefer it that way and I'll update the PR 🤔
Rebased and merged in https://github.com/Igalia/meta-webkit/pull/323
The remote inspector support has a hard requirement on the plugin, and the plugin hard-requires
shared-mime-info
or otherwise resources served by the remote inspector won't include aContent-Type
header and the client will fail to load them.Reflect the above by making
wpewebkit-web-inspector-plugin
have a runtime dependency onshared-mime-info
, and then makingwpewebkit
depend onwpewebkit-web-inspector-plugin
whenremote-inspector
is enabled inPACKAGECONFIG
.