meson: Leave dep_llvm empty if !with_llvm
authorEric Anholt <eric@anholt.net>
Wed, 8 Nov 2017 19:52:09 +0000 (11:52 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 9 Nov 2017 17:40:03 +0000 (09:40 -0800)
commitd975e6940e2e511825a2feb31b5b1da7e6e23248
tree0ab64a7d40edfac5e4db6a5198ab44e11de6bb88
parent015cc6bb7cd1199ce43018bb47c89c0a26adc96a
meson: Leave dep_llvm empty if !with_llvm

The gallium auxiliary build would link against llvm, for the gallivm code
that it didn't build.  This broke the build on my armhf cross, where
libLLVM-3.9.so is not multiarch and thus points to x86-64 libs.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
meson.build