Re: [Mesa-dev] [PATCH] loader: fix running with --disable-egl builds

2014-01-28 Thread Eric Anholt
Dave Airlie writes: > From: Dave Airlie > > I sometimes build without EGL just for speed purposes, however > it no longer finds my drivers when I do due to the HAVE_LIBUDEV > defines being wrong. Reviewed-by: Eric Anholt pgpAk2C4zftCK.pgp Description: PGP signature __

[Mesa-dev] [PATCH] loader: fix running with --disable-egl builds

2014-01-27 Thread Dave Airlie
From: Dave Airlie I sometimes build without EGL just for speed purposes, however it no longer finds my drivers when I do due to the HAVE_LIBUDEV defines being wrong. Signed-off-by: Dave Airlie --- configure.ac | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure