diff --git a/The-Packaged-Building-Mode.md b/The-Packaged-Building-Mode.md index 8bfe41a..5121893 100644 --- a/The-Packaged-Building-Mode.md +++ b/The-Packaged-Building-Mode.md @@ -45,6 +45,7 @@ To build in the packaged building mode, as of October 11, 2021, you need: * [LZ4](https://github.com/lz4/lz4) (fallbacks to the bundled copy if not found, can be disabled with **DESKTOP_APP_LOTTIE_USE_CACHE**=OFF) * minizip (part of [zlib](https://github.com/madler/zlib), required, fallbacks to the bundled copy if not found) * [OpenAL](https://github.com/kcat/openal-soft) (required, you can try to use the system version on macOS) +* [Open Sans](https://github.com/googlefonts/opensans) (required in runtime, UI artifacts are likely without it) * [OpenSSL](https://github.com/openssl/openssl) (required) * [QR Code Generator](https://github.com/nayuki/QR-Code-generator) (required, fallbacks to the bundled copy if not found) * [range-v3](https://github.com/ericniebler/range-v3) (required, fallbacks to the bundled copy if not found) @@ -52,7 +53,7 @@ To build in the packaged building mode, as of October 11, 2021, you need: * [rnnoise](https://github.com/xiph/rnnoise) (required) * [tl-expected](https://github.com/TartanLlama/expected) (required, fallbacks to the bundled copy if not found) * [wayland-client](https://gitlab.freedesktop.org/wayland/wayland) (Linux-only, can be disabled with **DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION**) -* [WebKitGTK](https://github.com/WebKit/WebKit) (Linux-only, can be disabled with **DESKTOP_APP_DISABLE_WEBKITGTK**) +* [WebKitGTK](https://github.com/WebKit/WebKit) (Linux-only, runtime-only optional dependency) * [xcb, xcb-record, xcb-screensaver](https://gitlab.freedesktop.org/xorg/lib/libxcb), [xcb-keysyms](https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms) (Linux/FreeBSD, can be disabled with **DESKTOP_APP_DISABLE_X11_INTEGRATION**) * [xxHash](https://github.com/Cyan4973/xxHash) (required, fallbacks to the bundled copy if not found) * [zlib](https://github.com/madler/zlib) (required)