aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-09 11:09:36 -0400
committerGitHub <noreply@github.com>2017-08-09 11:09:36 -0400
commit6345d6deeda014b8a95ef4a40eef938b552ff153 (patch)
tree75af61ae2c792c648b5f13e830ff1272574c3c00 /README.md
parenta77fac07603028c869e7d3d1dee58d6972d29498 (diff)
parent60ecbe42468e74dad6535903cac571757f8052cc (diff)
Merge pull request #51 from nyorain/region
Implement wlr_region using pixman
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98c359fc..831b900f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ WIP - [Status](https://github.com/SirCmpwn/wlroots/issues/9)
Install dependencies:
-* cmake
* wayland
* wayland-protocols
* EGL
@@ -17,6 +16,7 @@ Install dependencies:
* GBM
* libinput
* udev
+* pixman
* systemd (optional, for logind support)
* libcap (optional, for capability support)
* asciidoc (optional, for man pages)