diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-11-25 13:09:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 13:09:42 -0500 |
commit | f1aa5d8dbdc32f6f474b09234558652b9bead686 (patch) | |
tree | c4a1f1dd953f35a3562e0d5048ab9d0c13a0c085 /python/servo/bootstrap.py | |
parent | 49841b8ce9d00445295ef841f2ebede713e259af (diff) | |
parent | a2a3ecac93563bffdc34bd747332da6c8d5f0552 (diff) | |
download | servo-f1aa5d8dbdc32f6f474b09234558652b9bead686.tar.gz servo-f1aa5d8dbdc32f6f474b09234558652b9bead686.zip |
Auto merge of #24857 - pshaughn:master, r=jdm
add llvm-dev to Debian requirements
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #24852 (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because it's the build process itself, not servo code
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r-- | python/servo/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index e191798cac5..4b2f4fc9ec3 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -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', |