[Mesa-dev] Mesa (master): egl/main: Convert to automake.

Brian Paul brianp at vmware.com
Wed Feb 29 12:06:10 PST 2012


On 02/29/2012 12:56 PM, Eric Anholt wrote:
> Module: Mesa
> Branch: master
> Commit: 88612029f6ce9d2717220a0ef31bfe71a8c85529
> URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88612029f6ce9d2717220a0ef31bfe71a8c85529
>
> Author: Eric Anholt<eric at anholt.net>
> Date:   Sun Feb  5 10:46:13 2012 +0100
>
> egl/main: Convert to automake.
>
> The drivers/ walk-through-subdirs makefile is converted as well so I
> didn't need to keep EGL_DRIVERS_DIRS along with the per-driver
> HAVE_EGL_DRIVER_WHATEVER.
>
> Reviewed-by: Kenneth Graunke<kenneth at whitecape.org>

[...]

> diff --git a/src/egl/main/egllog.c b/src/egl/main/egllog.c
> index 43eed64..38a896b 100644
> --- a/src/egl/main/egllog.c
> +++ b/src/egl/main/egllog.c
> @@ -38,7 +38,7 @@
>   #include<stdarg.h>
>   #include<stdio.h>
>   #include<stdlib.h>
> -#include<string.h>
> +#include<strings.h>
>
>   #include "egllog.h"
>   #include "eglstring.h"

There is no strings.h on Windows.  Is this change necessary?

-Brian


More information about the mesa-dev mailing list