mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-21 05:34:09 -04:00
drm/syncobj: add timeline point merger utility
This commit is contained in:
parent
1f3d351abb
commit
e83a679e23
3 changed files with 179 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ wlr_files += files(
|
|||
'color.c',
|
||||
'dmabuf.c',
|
||||
'drm_format_set.c',
|
||||
'drm_syncobj_merger.c',
|
||||
'drm_syncobj.c',
|
||||
'pass.c',
|
||||
'pixel_format.c',
|
||||
|
|
@ -28,6 +29,7 @@ else
|
|||
endif
|
||||
|
||||
internal_config.set10('HAVE_EVENTFD', cc.has_header('sys/eventfd.h'))
|
||||
internal_config.set10('HAVE_LINUX_SYNC_FILE', cc.has_header('linux/sync_file.h'))
|
||||
|
||||
if 'gles2' in renderers or 'auto' in renderers
|
||||
egl = dependency('egl', required: 'gles2' in renderers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue