mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Fix duplicated dependency
This commit is contained in:
parent
76ec7d9433
commit
d70e55e0ef
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ xcb = dependency('xcb', required: get_option('xwayland'))
|
||||||
math = cc.find_library('m')
|
math = cc.find_library('m')
|
||||||
rt = cc.find_library('rt')
|
rt = cc.find_library('rt')
|
||||||
git = find_program('git', native: true, required: false)
|
git = find_program('git', native: true, required: false)
|
||||||
libtouch = dependency('libtouch')
|
|
||||||
# Try first to find wlroots as a subproject, then as a system dependency
|
# Try first to find wlroots as a subproject, then as a system dependency
|
||||||
wlroots_version = '>=0.4.1'
|
wlroots_version = '>=0.4.1'
|
||||||
wlroots_proj = subproject(
|
wlroots_proj = subproject(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue