mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
llvm-dev is required on Debian
This commit is contained in:
parent
3a21261f69
commit
f1b34aa995
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ def linux(context, force=False):
|
|||
'libbz2-dev', 'liblzma-dev',
|
||||
'libosmesa6-dev', 'libxmu6', 'libxmu-dev', 'libglu1-mesa-dev',
|
||||
'libgles2-mesa-dev', 'libegl1-mesa-dev', 'libdbus-1-dev', 'libharfbuzz-dev',
|
||||
'ccache', 'clang', 'autoconf2.13', 'libunwind-dev']
|
||||
'ccache', 'clang', 'autoconf2.13', 'libunwind-dev', 'llvm-dev']
|
||||
pkgs_dnf = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel', 'libunwind-devel',
|
||||
'mesa-libGL-devel', 'mesa-libEGL-devel', 'glib2-devel', 'libX11-devel',
|
||||
'libXrandr-devel', 'gperf', 'fontconfig-devel', 'cabextract', 'ttmkfdir',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue