Skip to content
Commit f102eada authored by Ross Burton's avatar Ross Burton Committed by Dylan Baker
Browse files

egl: fix build race in automake



There is a parallel make build issue in src/egl/drivers/dri2/
for wayland builds. Can be reproduced with:

$ rm src/egl/drivers/dri2/*.h src/egl/drivers/dri2/platform_wayland.lo
$ make -C src/egl/ drivers/dri2/platform_wayland.lo
../../../mesa-18.1.2/src/egl/drivers/dri2/platform_wayland.c:50:10: fatal error: linux-dmabuf-unstable-v1-client-protocol.h: No such file or directory

This patch adds the missing dependency.

Fixes: 02cc3593 "egl/wayland: Use linux-dmabuf interface for buffers"
Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>

[Eric: fixed up the commit title]
Signed-off-by: default avatarEric Engestrom <eric.engestrom@intel.com>
(cherry picked from commit d7c4ce1d)
parent f815839d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment