meson: fix libatomic tests
authorDylan Baker <dylan@pnwbakers.com>
Fri, 9 Nov 2018 20:56:00 +0000 (12:56 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 12 Nov 2018 21:29:00 +0000 (13:29 -0800)
commit4eab98b66e7dc495f26ac3b0e356e405c0796b74
tree1405907d612a96fd90c0e4d61fde5fc6b030dab8
parent32a334777ce2acd2cebfc834853b768eab469e51
meson: fix libatomic tests

There are two problems:
1) the extra underscore in MISSING_64BIT_ATOMICS
2) we should link with libatomic if the previous test decided we needed
   it

Fixes: d1992255bb29054fa51763376d125183a9f602f3
       ("meson: Add build Intel "anv" vulkan driver")
Reviewed-and-Tested-by: Matt Turner <mattst88@gmail.com>
meson.build