Skip to content

include: Don't rely on kernel headers

Antonio Caggiano requested to merge includes into master

Take a similar approach to mesa w.r.t kernel headers. Copy them in to the project and reference them from there. This means the user doesn't need to have kernel headers installed and we still compile on sysroots for older kernels that might not have some of the latest kernel headers.

Merge request reports