mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-01 01:40:36 -05:00
refactor: embedding wlroots
This commit is contained in:
parent
e7d8780f46
commit
82f3853d69
4 changed files with 11 additions and 1 deletions
|
|
@ -35,7 +35,12 @@ if is_freebsd
|
|||
)
|
||||
endif
|
||||
|
||||
wlroots = dependency('wlroots', version: '>= 0.17.0', fallback: ['wlroots', 'wlroots'])
|
||||
wlroots_proj = subproject(
|
||||
'wlroots',
|
||||
default_options: ['examples=false', 'xwayland=disabled'],
|
||||
)
|
||||
|
||||
wlroots = wlroots_proj.get_variable('wlroots')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue