aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-12 08:17:52 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-12 08:17:52 -0500
commitaadcba4b7cfa9ce3096fd166a046b151fd5ba8fa (patch)
tree62968b4f9a22d275965605cba155afbb69892ee0 /README.md
parentFix gaps for views being incorrect (diff)
downloadsway-aadcba4b7cfa9ce3096fd166a046b151fd5ba8fa.tar.gz
sway-aadcba4b7cfa9ce3096fd166a046b151fd5ba8fa.tar.zst
sway-aadcba4b7cfa9ce3096fd166a046b151fd5ba8fa.zip
Add new dependencies for wayland clients
Cairo for rendering shit, Pango for text rendering, and wayland client stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7887ebc3..e78377ba 100644
--- a/README.md
+++ b/README.md
@@ -32,10 +32,13 @@ Install dependencies:
32 32
33* cmake 33* cmake
34* [wlc](https://github.com/Cloudef/wlc) 34* [wlc](https://github.com/Cloudef/wlc)
35* wayland
35* xwayland 36* xwayland
36* asciidoc 37* asciidoc
37* pcre 38* pcre
38* json-c 39* json-c
40* pango
41* cairo
39 42
40Run these commands: 43Run these commands:
41 44