mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
meson wrap
This commit is contained in:
parent
83b4c0648d
commit
9e53764f13
6 changed files with 12 additions and 10 deletions
|
|
@ -20,7 +20,7 @@ prefix = get_option('prefix')
|
|||
|
||||
jsonc = dependency('json-c', version: '>=0.12.1')
|
||||
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