* karl(a)aspodata.se <karl(a)aspodata.se> [2020-02-20 16:46]:
P:
...
Had to change the line
zita-dpl1: CPPFLAGS += $(shell pkgconf --cflags freetype2)
to
zita-dpl1: CPPFLAGS += $(shell pkg-config --cflags xft)
...
For the record, there is a "pkgconf", see:
Oh forgive me, the change is
about replacing freetype2 with
xft (not switching between the older pkg-config and pkgconf).