aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-20 09:14:30 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-20 09:14:30 -0500
commit05e48835f71e8d364d3ac5e29bdb6bf056c2e570 (patch)
treead2c14ae76a87aa7087dfe1869c85f8b10ca5551 /README.md
parentMerge pull request #366 from mikkeloscar/fix-swaybar-high-cpu (diff)
downloadsway-05e48835f71e8d364d3ac5e29bdb6bf056c2e570.tar.gz
sway-05e48835f71e8d364d3ac5e29bdb6bf056c2e570.tar.zst
sway-05e48835f71e8d364d3ac5e29bdb6bf056c2e570.zip
Make some dependencies optional
Closes #368
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5bbf07a2..088a4f82 100644
--- a/README.md
+++ b/README.md
@@ -41,10 +41,14 @@ Install dependencies:
41* asciidoc 41* asciidoc
42* pcre 42* pcre
43* json-c 43* json-c
44* pango 44* pango *
45* cairo 45* cairo *
46* gdk-pixbuf2 46* gdk-pixbuf2 *
47* pam 47* pam **
48
49_\*Only required for swaybar, swaybg, and swaylock_
50
51_\*\*Only required for swaylock_
48 52
49Run these commands: 53Run these commands:
50 54