Merge pull request #6964 from antonlacon/checkdeps-fedora

scripts/checkdeps: fedora bdftopcf package name change
This commit is contained in:
Christian Hewitt 2022-10-05 13:08:22 +04:00 committed by GitHub
commit b07e4e8d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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