add missing llvm package for fedora

This commit is contained in:
Soveu 2021-02-26 15:19:52 +01:00
parent 45f5d84d1b
commit 05cdb0cdb5

View file

@ -108,7 +108,7 @@ def linux(context, force=False):
'rpm-build', 'openssl-devel', 'cmake',
'libXcursor-devel', 'libXmu-devel',
'dbus-devel', 'ncurses-devel', 'harfbuzz-devel', 'ccache',
'clang', 'clang-libs', 'autoconf213', 'python3-devel',
'clang', 'clang-libs', 'llvm', 'autoconf213', 'python3-devel',
'gstreamer1-devel', 'gstreamer1-plugins-base-devel',
'gstreamer1-plugins-bad-free-devel']
pkgs_xbps = ['libtool', 'gcc', 'libXi-devel', 'freetype-devel',