mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/checkdeps: fedora bdftopcf package name change
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
4d4d3504ca
commit
bd360ccefa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user