Re: [Mesa-dev] [PATCH 3/4] configure: Fix egl compilation without x11 headers

2012-03-05 Thread Chad Versace
On 03/05/2012 12:00 PM, Benjamin Franzke wrote: > 2012/3/1 Chad Versace : >> On 03/01/2012 11:39 AM, Benjamin Franzke wrote: >>> 2012/3/1 Chad Versace : On 02/29/2012 07:36 AM, Benjamin Franzke wrote: > We dont want eglplatform.h to typedef egl native types > to x11 types, when x11 hea

Re: [Mesa-dev] [PATCH 3/4] configure: Fix egl compilation without x11 headers

2012-03-05 Thread Benjamin Franzke
2012/3/1 Chad Versace : > On 03/01/2012 11:39 AM, Benjamin Franzke wrote: >> 2012/3/1 Chad Versace : >>> On 02/29/2012 07:36 AM, Benjamin Franzke wrote: We dont want eglplatform.h to typedef egl native types to x11 types, when x11 headers are not available. ---  configure.ac |  

Re: [Mesa-dev] [PATCH 3/4] configure: Fix egl compilation without x11 headers

2012-03-01 Thread Chad Versace
On 03/01/2012 11:39 AM, Benjamin Franzke wrote: > 2012/3/1 Chad Versace : >> On 02/29/2012 07:36 AM, Benjamin Franzke wrote: >>> We dont want eglplatform.h to typedef egl native types >>> to x11 types, when x11 headers are not available. >>> --- >>> configure.ac |4 >>> 1 files changed, 4

Re: [Mesa-dev] [PATCH 3/4] configure: Fix egl compilation without x11 headers

2012-03-01 Thread Benjamin Franzke
2012/3/1 Chad Versace : > On 02/29/2012 07:36 AM, Benjamin Franzke wrote: >> We dont want eglplatform.h to typedef egl native types >> to x11 types, when x11 headers are not available. >> --- >>  configure.ac |    4 >>  1 files changed, 4 insertions(+), 0 deletions(-) >> >> diff --git a/config

Re: [Mesa-dev] [PATCH 3/4] configure: Fix egl compilation without x11 headers

2012-03-01 Thread Chad Versace
On 02/29/2012 07:36 AM, Benjamin Franzke wrote: > We dont want eglplatform.h to typedef egl native types > to x11 types, when x11 headers are not available. > --- > configure.ac |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 0c

[Mesa-dev] [PATCH 3/4] configure: Fix egl compilation without x11 headers

2012-02-29 Thread Benjamin Franzke
We dont want eglplatform.h to typedef egl native types to x11 types, when x11 headers are not available. --- configure.ac |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 0caa1b1..92a0e52 100644 --- a/configure.ac +++ b/configure.ac @@ -