Skip to content

linux-dmabuf: add missing includes and declarations

Philipp Zabel requested to merge pH5/weston:fix-linux-dmabuf-includes into main

Currently linux-dmabuf.h implicitly depends on libweston.h being included before it.

Add the missing includes for bool, struct timespec, struct wl_array, and struct wl_list. Declare struct weston_compositor and struct weston_drm_format_array.

Merge request reports