mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Auto merge of #21420 - gootorov:gstreamer-gentoo, r=jdm
Add needed gstreamer packages for Gentoo build <!-- Please describe your changes on the following line: --> r? @jdm --- <!-- 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 - [x] These changes fix #21418 - [x] These changes do not require tests because: docs <!-- 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/21420) <!-- Reviewable:end -->
This commit is contained in:
commit
71b67d8f94
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ sudo emerge net-misc/curl \
|
|||
media-libs/freetype media-libs/mesa dev-util/gperf \
|
||||
dev-python/virtualenv dev-python/pip dev-libs/openssl \
|
||||
media-libs/harfbuzz dev-util/ccache \
|
||||
x11-libs/libXmu media-libs/glu x11-base/xorg-server sys-devel/clang
|
||||
x11-libs/libXmu media-libs/glu x11-base/xorg-server sys-devel/clang \
|
||||
media-libs/gstreamer media-libs/gst-plugins-bad media-libs/gst-plugins-base
|
||||
```
|
||||
|
||||
with the following environment variable set:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue