mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
checkdeps: fixup and changes for Fedora 33
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
ca9b2ca345
commit
5c909e21f1
@ -112,7 +112,7 @@ case "${DISTRO}" in
|
|||||||
[mkfontdir]=xorg-x11-font-utils
|
[mkfontdir]=xorg-x11-font-utils
|
||||||
[bdftopcf]=xorg-x11-font-utils
|
[bdftopcf]=xorg-x11-font-utils
|
||||||
[xsltproc]=libxslt
|
[xsltproc]=libxslt
|
||||||
[java]=java-1.7.0-openjdk
|
[java]=java-1.8.0-openjdk
|
||||||
[python3]=python3
|
[python3]=python3
|
||||||
[rpcgen]=rpcgen
|
[rpcgen]=rpcgen
|
||||||
)
|
)
|
||||||
@ -128,13 +128,16 @@ case "${DISTRO}" in
|
|||||||
fi
|
fi
|
||||||
file_map+=(
|
file_map+=(
|
||||||
[/usr/include/ncurses.h]=ncurses-devel
|
[/usr/include/ncurses.h]=ncurses-devel
|
||||||
[/usr/inculde/stdio.h]=glibc-headers
|
[/usr/include/stdio.h]=glibc-headers
|
||||||
)
|
)
|
||||||
perl_map+=(
|
perl_map+=(
|
||||||
[JSON]=perl-JSON
|
[JSON]=perl-JSON
|
||||||
[Parse::Yapp::Driver]=perl-Parse-Yapp
|
[Parse::Yapp::Driver]=perl-Parse-Yapp
|
||||||
[Thread::Queue]=perl-Thread-Queue
|
[Thread::Queue]=perl-Thread-Queue
|
||||||
[XML::Parser]=perl-XML-Parser
|
[XML::Parser]=perl-XML-Parser
|
||||||
|
[FindBin]=perl-FindBin
|
||||||
|
[File::Compare]=perl-File-Compare
|
||||||
|
[File::Copy]=perl-File-Copy
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
gentoo|sabayon)
|
gentoo|sabayon)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user