tce-load -i compiletc meson cairo-dev fribidi-dev gobject-introspection-dev perl5 harfbuzz-gir

wget https://download.gnome.org/sources/pango/1.56/pango-1.56.3.tar.xz

cd pango-1.56.3

mkdir build
cd build

CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" meson setup --prefix=/usr/local --localstatedir=/var --buildtype=plain --wrap-mode=nofallback -Dintrospection=enabled

ninja [0m 29.81s]
sudo ninja install

pango 1.51.2

    Font backends     : freetype

  Features
    Cairo support     : True
    Fontconfig support: True
    FreeType support  : True
    Thai support      : False
    Sysprof support   : False

  Toolchain
    Compiler          : gcc
    Linker            : ld.bfd

  Build
    Debugging         : False
    Optimization      : plain
    Introspection     : True
    Documentation     : False
    Install tests     : False

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

  User defined options
    buildtype         : plain
    localstatedir     : /var
    prefix            : /usr/local
    wrap_mode         : nofallback
