mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add Gstreamer plugins to Arch Linux deps script
I was unable to compile servo on my machine because of errors related to gst. Installing the following solved the issue.
This commit is contained in:
parent
5916911281
commit
1e8d18f517
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