tce-load -i compiletc meson freetype-dev gobject-introspection-dev icu70-dev cairo-dev graphite2-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 -march=i486 -mtune=i686 -Os -pipe -fcommon" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --buildtype=plain -Dgraphite2=enabled ../

ninja [1m 47.14s]

../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

  Additional shapers
    Graphite2        : YES

  Dependencies used for command-line utilities
    Cairo            : YES
    Chafa            : NO

  Directories
    prefix           : /usr/local
    bindir           : bin
    libdir           : lib
    includedir       : include
    datadir          : share

  Font callbacks (the more the merrier)
    FreeType         : YES

  Other features
    Documentation    : NO
    GObject bindings : YES
    Introspection    : YES
    Experimental APIs: NO

  Platform shapers (not normally needed)
    CoreText         : NO
    DirectWrite      : NO
    GDI/Uniscribe    : NO

  Testing
    Tests            : YES
    Benchmark        : NO

  Unicode callbacks (you want at least one)
    Builtin          : YES
    Glib             : YES
    ICU              : YES