[Mesa-dev] [PATCH] EGL: fix build without libdrm

2013-11-11 Thread Samuel Thibault
This fixes building EGL without libdrm support. Signed-off-by: Samuel Thibault diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index a64f4e8..e703f28 100644 --- a/src/egl/drivers/dri2/egl_dri2.c +++ b/src/egl/drivers/dri2/egl_dri2.c @@ -33,8 +33,10 @@ #include #i

Re: [Mesa-dev] [PATCH] EGL: fix build without libdrm

2013-11-11 Thread Maarten Lankhorst
op 10-11-13 19:32, Samuel Thibault schreef: > This fixes building EGL without libdrm support. > > Signed-off-by: Samuel Thibault Applied, thanks. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-