mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
update json-c dep to 0.13
This commit is contained in:
parent
91313d3847
commit
dc0e6d46fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue