On Thu, Oct 12, 2017 at 04:44:14PM +0300, Ville Syrjälä wrote:
On Thu, Oct 12, 2017 at 03:29:39PM +0200, Thierry Reding wrote:
From: Thierry Reding treding@nvidia.com
The meson build avoids the failure by excluding the igt_x86.c file from the compilation. autotools being what they are don't support that in an easy way,
There is some kind of build_x86 thing in autotools stuff.
Indeed. I'm not sure it could be used, though, because the sources are listed in Makefile.sources which is also used by the Android build. I don't think it would understand the conditional.
Thierry