Re: [Mesa-dev] [PATCH] configure.ac: manually expand PKG_CHECK_VAR

2017-04-19 Thread Emil Velikov
On 18 April 2017 at 15:46, Brian Paul wrote: > On 04/18/2017 04:43 AM, Emil Velikov wrote: >> >> From: Emil Velikov >> >> The macro is introduced with pkgconfig v0.28 which isn't universally >> available. Thus it will error at configure stage. >> >> Cc: Brian Paul >> Reported-by: Brian Paul >>

Re: [Mesa-dev] [PATCH] configure.ac: manually expand PKG_CHECK_VAR

2017-04-18 Thread Brian Paul
On 04/18/2017 04:43 AM, Emil Velikov wrote: From: Emil Velikov The macro is introduced with pkgconfig v0.28 which isn't universally available. Thus it will error at configure stage. Cc: Brian Paul Reported-by: Brian Paul Fixes: ce562f9e3fa ("EGL: Implement the libglvnd interface for EGL (v3)

[Mesa-dev] [PATCH] configure.ac: manually expand PKG_CHECK_VAR

2017-04-18 Thread Emil Velikov
From: Emil Velikov The macro is introduced with pkgconfig v0.28 which isn't universally available. Thus it will error at configure stage. Cc: Brian Paul Reported-by: Brian Paul Fixes: ce562f9e3fa ("EGL: Implement the libglvnd interface for EGL (v3)") Signed-off-by: Emil Velikov --- Pardon abo