aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-17 10:18:44 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-17 10:18:44 +0200
commit28bc23c38f2d8f88667671b5b78a79f22e56e6b0 (patch)
tree5bfcb2f250f86a04e5bef6d40581c779bb46dab2 /meson.build
parent791ee4e65f3ec7ef470302e4381baefb431fb56d (diff)
Add JSON stylesheet test
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a2e3fb2..9fda400 100644
--- a/meson.build
+++ b/meson.build
@@ -19,6 +19,7 @@ subdir('po')
# Dependencies
gtkdep = dependency('gtk+-3.0')
+jsondep = dependency('json-glib-1.0')
cc = meson.get_compiler('c')
mdep = cc.find_library('m', required : false)