meson.build: remove obsolete definition of swayidle_deps
This commit is contained in:
parent
d5678a147f
commit
49502494e7
|
@ -32,8 +32,6 @@ if is_freebsd
|
||||||
add_project_arguments('-D_C11_SOURCE', language: 'c')
|
add_project_arguments('-D_C11_SOURCE', language: 'c')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
swayidle_deps = []
|
|
||||||
|
|
||||||
jsonc = dependency('json-c', version: '>=0.13')
|
jsonc = dependency('json-c', version: '>=0.13')
|
||||||
pcre = dependency('libpcre')
|
pcre = dependency('libpcre')
|
||||||
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
|
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
|
||||||
|
|
Loading…
Reference in a new issue