From ed9391d4d6f3ce58a2190a44fc0215d9562b695a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 May 2022 17:45:16 +0530 Subject: [PATCH] Add a note explaining why fontconfig is not bundled --- bypy/linux/__main__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bypy/linux/__main__.py b/bypy/linux/__main__.py index 4231e5769..69e7f430c 100644 --- a/bypy/linux/__main__.py +++ b/bypy/linux/__main__.py @@ -35,6 +35,9 @@ def binary_includes(): 'expat', 'sqlite3', 'ffi', 'z', 'lzma', 'png16', 'lcms2', 'crypt', 'iconv', 'pcre', 'graphite2', 'glib-2.0', 'freetype', 'rsync', 'harfbuzz', 'xkbcommon', 'xkbcommon-x11', + # fontconfig is not bundled because in typical brain dead Linux + # distro fashion, different distros use different default config + # paths for fontconfig. 'ncursesw', 'readline', 'brotlicommon', 'brotlienc', 'brotlidec', 'wayland-client', 'wayland-cursor', ))) + (