summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 810a657e..6dc5bd8d 100644
--- a/meson.build
+++ b/meson.build
@@ -32,8 +32,6 @@ if is_freebsd
32 add_project_arguments('-D_C11_SOURCE', language: 'c') 32 add_project_arguments('-D_C11_SOURCE', language: 'c')
33endif 33endif
34 34
35swayidle_deps = []
36
37jsonc = dependency('json-c', version: '>=0.13') 35jsonc = dependency('json-c', version: '>=0.13')
38pcre = dependency('libpcre') 36pcre = dependency('libpcre')
39wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots']) 37wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])