mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
Merge branch 'async-master' into 'master'
Draft: render,types/wlr_shm: Offload slow cleanup ops See merge request wlroots/wlroots!4755
This commit is contained in:
commit
2c9b315e7d
6 changed files with 130 additions and 4 deletions
|
|
@ -122,6 +122,7 @@ pixman = dependency('pixman-1',
|
|||
)
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
threads = dependency('threads')
|
||||
|
||||
wlr_files = []
|
||||
wlr_deps = [
|
||||
|
|
@ -131,6 +132,7 @@ wlr_deps = [
|
|||
pixman,
|
||||
math,
|
||||
rt,
|
||||
threads,
|
||||
]
|
||||
|
||||
subdir('protocol')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue