mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #22569 - IlyaBizyaev:add-opensuse-depends, r=ferjm
Add missing build dependencies for openSUSE <!-- Please describe your changes on the following line: --> GStreamer development packages and Autotools 2.13 are required for a successful build of servo on openSUSE Linux. This commit adds missing dependencies (compare with e.g. Fedora and Arch). --- <!-- 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 - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they only affect documentation <!-- 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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22569) <!-- Reviewable:end -->
This commit is contained in:
commit
00c0341647
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@ export LIBCLANG_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64
|
|||
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
|
||||
dbus-1-devel fontconfig-devel freetype-devel gcc-c++ git glib2-devel gperf \
|
||||
harfbuzz-devel libOSMesa-devel libXcursor-devel libXi-devel libXmu-devel libXrandr-devel libopenssl-devel \
|
||||
python-pip python-virtualenv rpm-build glu-devel ccache llvm-clang libclang
|
||||
python-pip python-virtualenv rpm-build glu-devel ccache llvm-clang libclang autoconf213 gstreamer-devel \
|
||||
gstreamer-plugins-base-devel gstreamer-plugins-bad-devel
|
||||
```
|
||||
#### On Arch Linux
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue