Re: [Mesa-dev] [PATCH 08/11] confiigure: drop unused variable GBM_BACKEND_DIRS

2015-06-21 Thread Emil Velikov
On 19/06/15 22:00, Eric Anholt wrote: > Emil Velikov writes: >> Signed-off-by: Emil Velikov > > s/confiigure/configure/ in the subject. > Will fix. > After that, and some cleanup of the commit message in 4, patches 1-8 > will be: > > Reviewed-by: Eric Anholt > Thanks. > I find 9/10 weird -

Re: [Mesa-dev] [PATCH 08/11] confiigure: drop unused variable GBM_BACKEND_DIRS

2015-06-19 Thread Eric Anholt
Emil Velikov writes: > Signed-off-by: Emil Velikov s/confiigure/configure/ in the subject. After that, and some cleanup of the commit message in 4, patches 1-8 will be: Reviewed-by: Eric Anholt I find 9/10 weird -- if the DRI drivers need libglapi, why aren't they just linking libglapi? si

[Mesa-dev] [PATCH 08/11] confiigure: drop unused variable GBM_BACKEND_DIRS

2015-06-19 Thread Emil Velikov
Signed-off-by: Emil Velikov --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56095ba..ddc757e 100644 --- a/configure.ac +++ b/configure.ac @@ -1507,7 +1507,6 @@ if test "x$enable_gbm" = xyes; then fi if test "x$enable_dri" = xyes; t