mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #11438 - djc:readme-fedora-deps-dbus, r=jdm
Add dbus-devel under Fedora dependencies <!-- Please describe your changes on the following line: --> --- <!-- 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 README-only change. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> This is required through devices -> blurz -> dbus. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11438) <!-- Reviewable:end -->
This commit is contained in:
commit
7040e2a5f7
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ On Fedora:
|
||||||
sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
||||||
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
||||||
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
|
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
|
||||||
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel
|
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
|
||||||
|
dbus-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
On Arch Linux:
|
On Arch Linux:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue