meson: link LLVM 'native' component when LLVM is available
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 5 Dec 2018 12:28:03 +0000 (13:28 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 7 Dec 2018 15:26:14 +0000 (16:26 +0100)
commit4275cae95c8cb217d6164dfeeafae7b56484b13d
tree37f34a6222c5e96cb76547ae8a5ed4391a220d22
parent2845c492187bbf763e06c5b4325fdac8fdc027c8
meson: link LLVM 'native' component when LLVM is available

Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise,
as the component is required for the draw module.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build