export-dmabuf: add basic and incomplete implementation

This commit is contained in:
emersion 2018-05-22 17:38:05 +01:00
parent 9e26808c28
commit 36bd4795d4
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 451 additions and 1 deletions

View file

@ -22,6 +22,7 @@ lib_wlr_types = static_library(
'wlr_box.c',
'wlr_compositor.c',
'wlr_cursor.c',
'wlr_export_dmabuf_v1.c',
'wlr_gamma_control.c',
'wlr_idle_inhibit_v1.c',
'wlr_idle.c',