From 994c7dc5f70e5f85d1013c07795e194d457f7c47 Mon Sep 17 00:00:00 2001 From: Kyle Anthony Williams Date: Sat, 6 Nov 2021 12:40:28 -0400 Subject: [PATCH] Added mention of harfbuzz. Required to build libass: configure: error: Package requirements (harfbuzz >= 1.2.3) were not met: No package 'harfbuzz' found See https://github.com/libass/libass/issues/199 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18b2a414..5194be1f 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ Essential dependencies (incomplete list): - autoconf/autotools (for libass) - X development headers (xlib, X extensions, vdpau, GL, Xv, ...) - Audio output development headers (libasound, pulseaudio) -- fribidi, freetype, fontconfig development headers (for libass) +- fribidi, freetype, fontconfig, harfbuzz development headers (for libass) - libjpeg - OpenSSL or GnuTLS development headers if you want to open https links (this is also needed to make youtube-dl interaction work)