meson: use idep_nir instead of libnir in libclnir

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom 2019-09-25 00:35:49 +01:00
parent a0a8b24078
commit 140d7e8b3a
1 changed files with 2 additions and 2 deletions

View File

@ -77,10 +77,10 @@ libclspirv = static_library(
libclnir = static_library(
'clnir',
[files('nir/invocation.cpp', 'nir/invocation.hpp'), nir_opcodes_h],
files('nir/invocation.cpp', 'nir/invocation.hpp'),
include_directories : [clover_incs, inc_mesa],
dependencies : idep_nir,
cpp_args : [clover_spirv_cpp_args, cpp_vis_args],
link_with : [libnir],
override_options : clover_cpp_std,
)