mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
add missing llvm package for fedora
This commit is contained in:
parent
45f5d84d1b
commit
05cdb0cdb5
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue