[PATCH libdrm 3/6] libdrm: Fix drm.h include path in virtgpu drm header file

2016-07-22 Thread Andreas Boll
2016-07-21 18:10 GMT+02:00 Emil Velikov : > On 21 July 2016 at 14:12, Andreas Boll wrote: >> A similar change was made to mesa's copy of virtgpu_drm.h by the >> following commit: >> > Please sync this using the approach shown in commit > c745e541a9d8dfd3fb5e1ac57297e58d34d9328f. > > Namely: > - U

[PATCH libdrm 3/6] libdrm: Fix drm.h include path in virtgpu drm header file

2016-07-21 Thread Emil Velikov
On 21 July 2016 at 14:12, Andreas Boll wrote: > A similar change was made to mesa's copy of virtgpu_drm.h by the > following commit: > Please sync this using the approach shown in commit c745e541a9d8dfd3fb5e1ac57297e58d34d9328f. Namely: - Use make header_install and copy the resulting file over.

[PATCH libdrm 3/6] libdrm: Fix drm.h include path in virtgpu drm header file

2016-07-21 Thread Andreas Boll
A similar change was made to mesa's copy of virtgpu_drm.h by the following commit: commit c1bf71f77c9d4bc83fa7dc987b56f98350430d7c Author: Emil Velikov Date: Wed Oct 28 11:47:18 2015 + virgl: fix drm.h include path The drm/ prefix is required, if using the kernel provided headers.