setup-archlinux: add gperf as dependency for fontconfig

This commit is contained in:
Henrik Grimler 2018-12-23 12:40:18 +01:00 committed by Fredrik Fornwall
parent 8044e970fd
commit ae2bdf510a
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ PACKAGES+=" xmlto"
PACKAGES+=" expat" # Needed by ghostscript
PACKAGES+=" libjpeg-turbo" # Needed by ghostscript
PACKAGES+=" patch"
PACKAGES+=" gperf" # Needed by fontconfig
sudo pacman -Syq --noconfirm $PACKAGES