Re: [Mesa-dev] [PATCH] egl/dri2: don't require libudev to build drm/wayland platforms

2014-04-05 Thread Emil Velikov
On 05/04/14 15:10, Jonathan Gray wrote: > On Sat, Apr 05, 2014 at 02:12:31PM +0100, Emil Velikov wrote: >> Hi Jonathan, >> >> Just pushed as many of your patches as I can see to master. Let me know if I >> missed any. >> >> Some of the patches are stable material, so I've tagged them for the 10.1 >

Re: [Mesa-dev] [PATCH] egl/dri2: don't require libudev to build drm/wayland platforms

2014-04-05 Thread Jonathan Gray
On Sat, Apr 05, 2014 at 02:12:31PM +0100, Emil Velikov wrote: > Hi Jonathan, > > Just pushed as many of your patches as I can see to master. Let me know if I > missed any. > > Some of the patches are stable material, so I've tagged them for the 10.1 > stable branch. > > Thanks again. > -Emil Gr

Re: [Mesa-dev] [PATCH] egl/dri2: don't require libudev to build drm/wayland platforms

2014-04-05 Thread Emil Velikov
Hi Jonathan, Just pushed as many of your patches as I can see to master. Let me know if I missed any. Some of the patches are stable material, so I've tagged them for the 10.1 stable branch. Thanks again. -Emil ___ mesa-dev mailing list mesa-dev@lists.

[Mesa-dev] [PATCH] egl/dri2: don't require libudev to build drm/wayland platforms

2014-03-22 Thread Jonathan Gray
After the loader changes libudev is no longer required to build gbm or the egl drm/wayland platforms. Remove a libudev ifdef which allows the the drm egl driver to be loaded on OpenBSD. Signed-off-by: Jonathan Gray Reviewed-by: Emil Velikov --- src/egl/drivers/dri2/egl_dri2.c | 2 -- 1 file ch