tce-load -i compiletc meson freetype-dev gobject-introspection-dev icu70-dev cairo-dev graphite-dev wget https://github.com/harfbuzz/harfbuzz/releases/download/3.3.2/harfbuzz-3.3.2.tar.xz cd harfbuzz-3.3.2 mkdir build cd build CC="gcc -flto -mtune=generic -Os -pipe -fcommon" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --buildtype=plain -Dgraphite2=enabled ../ ninja [1m 37.55s] ../src/hb-buffer.cc:634: Warning: HarfBuzz: unknown annotation: xconstructor ../src/hb-ft.cc:664: Warning: HarfBuzz: hb_ft_face_create: argument ft_face: Unresolved type: 'FT_Face ../src/hb-graphite2.cc:167: Warning: HarfBuzz: hb_graphite2_face_get_gr_face: return value: Unresolved type: 'gr_face* sudo ninja install harfbuzz 3.3.2 Directories prefix : /usr/local bindir : bin libdir : lib includedir : include datadir : share Unicode callbacks (you want at least one) Builtin : YES Glib : YES ICU : YES Font callbacks (the more the merrier) FreeType : YES Dependencies used for command-line utilities Cairo : YES Chafa : NO Additional shapers Graphite2 : YES Platform shapers (not normally needed) CoreText : NO DirectWrite : NO GDI/Uniscribe : NO Other features Documentation : NO GObject bindings : YES Introspection : YES Experimental APIs: NO Testing Tests : YES Benchmark : NO User defined options buildtype : plain prefix : /usr/local graphite2 : enabled