Mesa (master): meson: use idep_nir instead of libnir in pipe-loader

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 7 20:50:18 UTC 2019


Module: Mesa
Branch: master
Commit: 3e95b2773f9684207ea8eb5cfd1f548dca5d6a10
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e95b2773f9684207ea8eb5cfd1f548dca5d6a10

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Sep 25 00:38:02 2019 +0100

meson: use idep_nir instead of libnir in pipe-loader

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/gallium/targets/pipe-loader/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/targets/pipe-loader/meson.build b/src/gallium/targets/pipe-loader/meson.build
index 403fbcc09c0..8a6282dceb6 100644
--- a/src/gallium/targets/pipe-loader/meson.build
+++ b/src/gallium/targets/pipe-loader/meson.build
@@ -20,7 +20,7 @@
 
 pipe_loader_link_args = [ld_args_gc_sections]
 pipe_loader_link_deps = []
-pipe_loader_link_with = [libgallium, libnir]
+pipe_loader_link_with = [libgallium]
 pipe_loader_comp_args = []
 pipe_loader_incs = [
   inc_include, inc_src, inc_util, inc_gallium, inc_gallium_drivers,
@@ -69,7 +69,7 @@ foreach x : pipe_loaders
       link_depends : pipe_loader_link_deps,
       include_directories : pipe_loader_incs,
       link_with : [pipe_loader_link_with, x[3]],
-      dependencies : [idep_mesautil, dep_thread, x[2]],
+      dependencies : [idep_mesautil, idep_nir, dep_thread, x[2]],
       name_prefix : '',
       install : true,
       install_dir : pipe_loader_install_dir,




More information about the mesa-commit mailing list