aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-12-01 13:55:16 +0000
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-12-01 13:55:19 +0000
commit49502494e70a027a4a306569b857dce5a62fb419 (patch)
treecdc931bbf309789406cf04fd0b2c649d38b5edf6 /meson.build
parentMerge pull request #3226 from CameronNemo/musl (diff)
downloadsway-49502494e70a027a4a306569b857dce5a62fb419.tar.gz
sway-49502494e70a027a4a306569b857dce5a62fb419.tar.zst
sway-49502494e70a027a4a306569b857dce5a62fb419.zip
meson.build: remove obsolete definition of swayidle_deps
Diffstat (limited to 'meson.build')
-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'])