mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
render/drm_syncobj: add helpers to wait for timeline points
References: https://patchwork.freedesktop.org/patch/506761/
This commit is contained in:
parent
ea75aa3065
commit
d9bfb47648
3 changed files with 134 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ else
|
|||
wlr_files += files('dmabuf_fallback.c')
|
||||
endif
|
||||
|
||||
internal_config.set10('HAVE_EVENTFD', cc.has_header('sys/eventfd.h'))
|
||||
|
||||
if 'gles2' in renderers or 'auto' in renderers
|
||||
egl = dependency('egl', required: 'gles2' in renderers)
|
||||
gbm = dependency('gbm', required: 'gles2' in renderers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue