mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
meson: use idep_nir instead of libnir in gallium nine
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
140d7e8b3a
commit
1975c5a59d
1 changed files with 3 additions and 2 deletions
|
|
@ -50,10 +50,11 @@ libgallium_nine = shared_library(
|
|||
link_with : [
|
||||
libgalliumvl_stub, libgallium, libnine_st,
|
||||
libpipe_loader_static, libws_null, libwsw, libswdri,
|
||||
libswkmsdri, libnir,
|
||||
libswkmsdri,
|
||||
],
|
||||
dependencies : [
|
||||
dep_selinux, dep_libdrm, dep_llvm, dep_thread, idep_xmlconfig, idep_mesautil,
|
||||
dep_selinux, dep_libdrm, dep_llvm, dep_thread,
|
||||
idep_xmlconfig, idep_mesautil, idep_nir,
|
||||
driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
|
||||
driver_i915, driver_svga, driver_iris
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue