mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
||||
[bdftopcf]=xorg-x11-font-utils
|
||||
[xsltproc]=libxslt
|
||||
[java]=java-1.7.0-openjdk
|
||||
[java]=java-1.8.0-openjdk
|
||||
[python3]=python3
|
||||
[rpcgen]=rpcgen
|
||||
)
|
||||
@ -128,13 +128,16 @@ case "${DISTRO}" in
|
||||
fi
|
||||
file_map+=(
|
||||
[/usr/include/ncurses.h]=ncurses-devel
|
||||
[/usr/inculde/stdio.h]=glibc-headers
|
||||
[/usr/include/stdio.h]=glibc-headers
|
||||
)
|
||||
perl_map+=(
|
||||
[JSON]=perl-JSON
|
||||
[Parse::Yapp::Driver]=perl-Parse-Yapp
|
||||
[Thread::Queue]=perl-Thread-Queue
|
||||
[XML::Parser]=perl-XML-Parser
|
||||
[FindBin]=perl-FindBin
|
||||
[File::Compare]=perl-File-Compare
|
||||
[File::Copy]=perl-File-Copy
|
||||
)
|
||||
;;
|
||||
gentoo|sabayon)
|
||||
|
Loading…
x
Reference in New Issue
Block a user