Re: [Mesa-dev] [PATCH 04/10] egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM

2014-04-04 Thread Emil Velikov
On 04/04/14 09:36, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Otherwise it fails to compile if the drm egl platform is disabled. Similar note to patch 2 - independent of the series, stable material. Cc: "10.0" "10.1" Reviewed-by: Emil Velikov > --- > src/egl/d

[Mesa-dev] [PATCH 04/10] egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM

2014-04-04 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Otherwise it fails to compile if the drm egl platform is disabled. --- src/egl/drivers/dri2/egl_dri2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index 8abe8ac..a5ba048 100644 --- a/src