Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 67 forks source link

Install webkit test-fonts and test-dicts in /usr/share #430

Closed clopez closed 1 year ago

clopez commented 1 year ago

The WebKit test tooling expects to find this helper files in /usr/share instead of in the rootfs. This is the path where those are installed also on the FlatPak SDK.

Reference: see getFontsPath() in source files ActivateFontsGtk.cpp and ActivateFontsWPE.cpp inside directory 'Tools' of WebKit as well as recipes for BuildStream webkitgtk-test-dicts.bst and webkitgtk-test-fonts.bst also inside on the 'Tools' directory of WebKit