Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
servo: Merge #11438 - Add dbus-devel under Fedora dependencies (from …
Browse files Browse the repository at this point in the history
…djc:readme-fedora-deps-dbus); r=jdm

<!-- 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.

Source-Repo: https://github.com/servo/servo
Source-Revision: 7040e2a5f7c71699fcb7d48016ee8f1ab7bef73c
  • Loading branch information
djc committed May 26, 2016
1 parent 2cc2804 commit bb1899d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ On Fedora:
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 \
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:
Expand Down

0 comments on commit bb1899d

Please sign in to comment.