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:
Kurt Kartaltepe 2025-11-30 00:11:40 +00:00
commit 2c9b315e7d
6 changed files with 130 additions and 4 deletions

View file

@ -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')