It's got calls to rmb/wmb that end up not linking successfully. Signed-off-by: Eric Anholt <eric@xxxxxxxxxx> --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1cc501f3062f..7a09228292fd 100644 --- a/meson.build +++ b/meson.build @@ -121,6 +121,8 @@ subdir('benchmarks') subdir('tools') if libdrm_intel.found() subdir('assembler') - subdir('overlay') + if ['x86', 'x86_64'].contains(host_machine.cpu_family()) + subdir('overlay') + endif endif subdir('man') -- 2.14.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx