mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
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'],
|
'file' : ['file-devel'],
|
||||||
'gumbo' : ['gumbo-parser-devel'],
|
'gumbo' : ['gumbo-parser-devel'],
|
||||||
'aria2': ['aria2'],
|
'aria2': ['aria2'],
|
||||||
|
'qt': ['qt5-qtbase-devel', 'qt5-devel', 'qt5-qtsvg'],
|
||||||
|
'qtwebengine': ['qt5-qtwebengine-devel']
|
||||||
},
|
},
|
||||||
'fedora_native_static': {
|
'fedora_native_static': {
|
||||||
'COMMON': _fedora_common + ['glibc-static', 'libstdc++-static'],
|
'COMMON': _fedora_common + ['glibc-static', 'libstdc++-static'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user