aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Marius Orcsik <marius.orcsik@rocket-internet.de>2017-10-27 12:14:40 +0200
committerLibravatar Marius Orcsik <marius.orcsik@rocket-internet.de>2017-10-27 12:17:02 +0200
commit69e9b1386ffa2f78bfa69ccd84e815c9f1d5920e (patch)
treead7b8b58b12924e640c93f549fa33933936f558b /README.md
parentMerge pull request #1430 from dlrobertson/nvidia_drm (diff)
downloadsway-69e9b1386ffa2f78bfa69ccd84e815c9f1d5920e.tar.gz
sway-69e9b1386ffa2f78bfa69ccd84e815c9f1d5920e.tar.zst
sway-69e9b1386ffa2f78bfa69ccd84e815c9f1d5920e.zip
Explicitly setting the version of json-c required
to 0.12.1. This is needed because the development version breaks the existing API of json_object_array_length() by moving the return from int to size_t. This would fix #1355
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 9dbbfdfe..33d52fb1 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Install dependencies:
61* libcap 61* libcap
62* asciidoc 62* asciidoc
63* pcre 63* pcre
64* json-c 64* json-c <= 0.12.1
65* pango 65* pango
66* cairo 66* cairo
67* gdk-pixbuf2 * 67* gdk-pixbuf2 *