mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
a0a8b24078
commit
140d7e8b3a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue