Skip to content
Commit 0d3e438d authored by Ivan Nikolaenko's avatar Ivan Nikolaenko
Browse files

build: fix possible race/error for some backends



There is missing dependency on linux-dmabuf-unstable-v1-server-protocol.h
header file in backend-headless, backend-drm and backend-x11. That files
do not depend on that header, in fact. But by this moment they've had
that implicit dependency due to linux-dmabuf.h header.

With specific set of meson configure options the protocol header is not
generated at the right time, what causes build error in 100% cases using
small amount of building threads (from -j1 to -j8).

Signed-off-by: default avatarIvan Nikolaenko <ivan.nikolaenko@unikie.com>
parent 78933093
Loading
Loading
Loading
Pipeline #617192 passed with stages
in 4 minutes and 7 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment