Fix packages name on fedora.

This commit is contained in:
Matthieu Gautier 2021-06-30 16:15:16 +02:00
parent c244e5b779
commit b995976c8a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
_fedora_common = ['automake', 'libtool', 'cmake', 'git', 'subversion', 'ccache', 'pkg-config', 'gcc-c++', 'gettext-devel'] _fedora_common = ['automake', 'libtool', 'cmake', 'git', 'subversion', 'ccache', 'pkgconf-pkg-config', 'gcc-c++', 'gettext-devel']
_debian_common = ['automake', 'libtool', 'cmake', 'git', 'subversion', 'ccache', 'pkg-config', 'gcc', 'autopoint'] _debian_common = ['automake', 'libtool', 'cmake', 'git', 'subversion', 'ccache', 'pkg-config', 'gcc', 'autopoint']
PACKAGE_NAME_MAPPERS = { PACKAGE_NAME_MAPPERS = {
'flatpak': { 'flatpak': {
@ -27,7 +27,7 @@ PACKAGE_NAME_MAPPERS = {
'file' : ['file-devel'], 'file' : ['file-devel'],
'gumbo' : ['gumbo-parser-devel'], 'gumbo' : ['gumbo-parser-devel'],
'aria2': ['aria2'], 'aria2': ['aria2'],
'qt': ['qt5-qtbase-devel', 'qt5-devel', 'qt5-qtsvg'], 'qt': ['qt5-qtbase-devel', 'qt5-qtsvg'],
'qtwebengine': ['qt5-qtwebengine-devel'] 'qtwebengine': ['qt5-qtwebengine-devel']
}, },
'fedora_native_static': { 'fedora_native_static': {