Install fonts

It turns out, `WebKitWebProcess` was aborting (with no error message or
anything) because it couldn't find any fonts.  I was only able to
determine this after attaching a remote debugger to it and getting a
backtrace.  I had to wrap the `WebKitWebProcess` executable with a
script that launched it with `gdbserver`, and then connect to that
server from my development system.
This commit is contained in:
2025-08-01 18:04:35 -05:00
parent 0b187ba019
commit 7a2220ed36

View File

@@ -28,6 +28,9 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_PACKAGE_XZ=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_STRACE=y
BR2_PACKAGE_BITSTREAM_VERA=y
BR2_PACKAGE_DEJAVU=y
BR2_PACKAGE_LIBERATION=y
BR2_PACKAGE_SWAY=y
BR2_PACKAGE_LIBGLVND=y
BR2_PACKAGE_MESA3D=y