mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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++
|
[g++]=gcc-c++
|
||||||
[mkfontscale]=xorg-x11-font-utils
|
[mkfontscale]=xorg-x11-font-utils
|
||||||
[mkfontdir]=xorg-x11-font-utils
|
[mkfontdir]=xorg-x11-font-utils
|
||||||
[bdftopcf]=xorg-x11-font-utils
|
|
||||||
[xsltproc]=libxslt
|
[xsltproc]=libxslt
|
||||||
[java]=java-1.8.0-openjdk
|
[java]=java-1.8.0-openjdk
|
||||||
[python3]=python3
|
[python3]=python3
|
||||||
[rpcgen]=rpcgen
|
[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
|
if [[ ! $(rpm -qa glibc-static) ]]; then
|
||||||
dep_map+=(
|
dep_map+=(
|
||||||
[glibc-static]=glibc-static
|
[glibc-static]=glibc-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user