scripts/checkdeps: fedora bdftopcf package name change

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2022-10-05 03:18:38 +00:00
parent 4d4d3504ca
commit bd360ccefa

View File

@ -111,12 +111,20 @@ case "${DISTRO}" in
[g++]=gcc-c++
[mkfontscale]=xorg-x11-font-utils
[mkfontdir]=xorg-x11-font-utils
[bdftopcf]=xorg-x11-font-utils
[xsltproc]=libxslt
[java]=java-1.8.0-openjdk
[python3]=python3
[rpcgen]=rpcgen
)
if [ "${DISTRO}" = "fedora" ]; then
dep_map+=(
[bdftopcf]=bdftopcf
)
else
dep_map+=(
[bdftopcf]=xorg-x11-font-utils
)
fi
if [[ ! $(rpm -qa glibc-static) ]]; then
dep_map+=(
[glibc-static]=glibc-static