mirror of
https://github.com/swaywm/sway.git
synced 2026-03-13 05:34:04 -04:00
meson: allow wlroots to be a subproject
This commit is contained in:
parent
3035db74df
commit
bb173672ae
2 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ prefix = get_option('prefix')
|
|||
|
||||
jsonc = dependency('json-c', version: '>=0.13')
|
||||
pcre = dependency('libpcre')
|
||||
wlroots = dependency('wlroots')
|
||||
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
|
||||
wayland_server = dependency('wayland-server')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_egl = dependency('wayland-egl')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue