Re: [Piglit] [PATCH 2/4] cmake: Don't rely on pkg-config for all Windows builds.

2014-12-21 Thread Emil Velikov
On 16 December 2014 at 11:27, Jose Fonseca wrote: > On 15/12/14 19:47, Emil Velikov wrote: >> >> On 15/12/14 12:19, Jose Fonseca wrote: >>> >>> From: José Fonseca >>> >>> Instead of just MSVC builds. >>> >>> Because pkg-config is not commonly available when compiling natively on >>> Windows, and

Re: [Piglit] [PATCH 2/4] cmake: Don't rely on pkg-config for all Windows builds.

2014-12-16 Thread Jose Fonseca
On 15/12/14 19:47, Emil Velikov wrote: On 15/12/14 12:19, Jose Fonseca wrote: From: José Fonseca Instead of just MSVC builds. Because pkg-config is not commonly available when compiling natively on Windows, and gives the wrong results (the host package instead of target package) when cross-co

Re: [Piglit] [PATCH 2/4] cmake: Don't rely on pkg-config for all Windows builds.

2014-12-15 Thread Emil Velikov
On 15/12/14 20:09, Jose Fonseca wrote: > On 15/12/14 19:47, Emil Velikov wrote: >> On 15/12/14 12:19, Jose Fonseca wrote: >>> From: José Fonseca >>> >>> Instead of just MSVC builds. >>> >>> Because pkg-config is not commonly available when compiling natively on >>> Windows, and gives the wrong res

Re: [Piglit] [PATCH 2/4] cmake: Don't rely on pkg-config for all Windows builds.

2014-12-15 Thread Jose Fonseca
On 15/12/14 19:47, Emil Velikov wrote: On 15/12/14 12:19, Jose Fonseca wrote: From: José Fonseca Instead of just MSVC builds. Because pkg-config is not commonly available when compiling natively on Windows, and gives the wrong results (the host package instead of target package) when cross-co

Re: [Piglit] [PATCH 2/4] cmake: Don't rely on pkg-config for all Windows builds.

2014-12-15 Thread Emil Velikov
On 15/12/14 12:19, Jose Fonseca wrote: > From: José Fonseca > > Instead of just MSVC builds. > > Because pkg-config is not commonly available when compiling natively on > Windows, and gives the wrong results (the host package instead of target > package) when cross-compiling to Windows. Short ve