mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Add a list of package to install on fedora for qt.
This commit is contained in:
@ -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'],
|
||||
|
Reference in New Issue
Block a user