It looks like gobject-introspection dependency is missing:
pango/Makefile.am:417: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
pango/Makefile.am:493: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
win32/Makefile.am:1: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
After adding gobject-introspection to makedepends, it still fails:
checking for fribidi >= 0.19.7... no
configure: error: Package requirements (fribidi >= 0.19.7) were not met:
No package 'fribidi' found
It looks like gobject-introspection dependency is missing:
After adding gobject-introspection to makedepends, it still fails: