diff --git a/scripts/setup-archlinux.sh b/scripts/setup-archlinux.sh index b7aa037894..ef79ffe745 100755 --- a/scripts/setup-archlinux.sh +++ b/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