diff options
author | Seiichi Uchida <seuchida@gmail.com> | 2018-11-10 21:27:12 +0900 |
---|---|---|
committer | Seiichi Uchida <seuchida@gmail.com> | 2018-11-10 21:27:12 +0900 |
commit | bf823bdc5e3612bd976a1ca7d27b6e6263ed5a1c (patch) | |
tree | 4d8b79c3d401a6cda3a5d3aa0b2b58186eb5d4c5 | |
parent | b60006ae11485e432308cbecd310ff19119de5e3 (diff) | |
download | servo-bf823bdc5e3612bd976a1ca7d27b6e6263ed5a1c.tar.gz servo-bf823bdc5e3612bd976a1ca7d27b6e6263ed5a1c.zip |
Add gstreamer and gstreamer-vaapi to Arch Linux dependencies
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 571b697a356..14dc466d699 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel M ``` sh sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu \ - pkg-config ttf-fira-sans harfbuzz ccache clang autoconf2.13 + pkg-config ttf-fira-sans harfbuzz ccache clang autoconf2.13 gstreamer gstreamer-vaapi ``` #### On Gentoo Linux |