mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #28209 - lunush:patch-1, r=jdm
Add Gstreamer plugins to Arch Linux deps script <!-- Please describe your changes on the following line: --> I was unable to compile servo on my machine because of errors related to gst. Installing the following solved the issue. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./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 only README is affected <!-- 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. -->
This commit is contained in:
commit
45f5d84d1b
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ sudo zypper install libX11-devel libexpat-devel Mesa-libEGL-devel Mesa-libGL-dev
|
|||
|
||||
``` sh
|
||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake libxmu \
|
||||
pkg-config ttf-fira-sans harfbuzz ccache llvm clang autoconf2.13 gstreamer gstreamer-vaapi
|
||||
pkg-config ttf-fira-sans harfbuzz ccache llvm clang autoconf2.13 gstreamer gstreamer-vaapi \
|
||||
gst-plugins-base gst-plugins-good gst-plugins-bad
|
||||
```
|
||||
|
||||
#### On Gentoo Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue