Browse Source

setup-archlinux: add gperf as dependency for fontconfig

android-5
Henrik Grimler 6 years ago
committed by Fredrik Fornwall
parent
commit
b2217baa15
  1. 1
      scripts/setup-archlinux.sh

1
scripts/setup-archlinux.sh

@ -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

Loading…
Cancel
Save