aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-04 11:00:47 -0500
committerGitHub <noreply@github.com>2018-01-04 11:00:47 -0500
commit7dad5cd18c57d632093778e526a811d07aca8fe6 (patch)
tree7b88fa1609b8445e3ef9ad773245e9386542f867 /meson.build
parent91313d3847263f3a7cd2a576b333fb4a40d5a2c5 (diff)
parentdc0e6d46fb63aad09b8767d94976c6e56db5ffdb (diff)
Merge pull request #1549 from rkanati/wlroots
update json-c dep to 0.13
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 029aea46..49392126 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ datadir = get_option('datadir')
sysconfdir = get_option('sysconfdir')
prefix = get_option('prefix')
-jsonc = dependency('json-c', version: '>=0.12.1')
+jsonc = dependency('json-c', version: '>=0.13')
pcre = dependency('libpcre')
wlroots = dependency('wlroots')
wayland_server = dependency('wayland-server')