Add a list of package to install on fedora for qt.
This commit is contained in:
parent
a282bd8ce3
commit
3022361d7e
|
@ -27,6 +27,8 @@ PACKAGE_NAME_MAPPERS = {
|
|||
'file' : ['file-devel'],
|
||||
'gumbo' : ['gumbo-parser-devel'],
|
||||
'aria2': ['aria2'],
|
||||
'qt': ['qt5-qtbase-devel', 'qt5-devel', 'qt5-qtsvg'],
|
||||
'qtwebengine': ['qt5-qtwebengine-devel']
|
||||
},
|
||||
'fedora_native_static': {
|
||||
'COMMON': _fedora_common + ['glibc-static', 'libstdc++-static'],
|
||||
|
|
Loading…
Reference in New Issue