mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
wlroots 0.9+ doesn't keep track of resources
This commit is contained in:
parent
bed7b707f2
commit
8b74cf1231
2 changed files with 1 additions and 20 deletions
|
|
@ -30,7 +30,7 @@ add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
|
|||
inc_dir = include_directories('include')
|
||||
|
||||
pixman = dependency('pixman-1')
|
||||
wlroots = dependency('wlroots', version: '>=0.6.0')
|
||||
wlroots = dependency('wlroots', version: '>=0.9.0')
|
||||
wayland_server = dependency('wayland-server')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue