meson: use idep_nir instead of libnir in haiku softpipe
authorEric Engestrom <eric.engestrom@intel.com>
Tue, 24 Sep 2019 23:37:20 +0000 (00:37 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Mon, 7 Oct 2019 20:49:40 +0000 (21:49 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/targets/haiku-softpipe/meson.build

index 139eb79a79ddf512ff1c7b83f3fbce625b67bae7..d92f583210d98da7082702275ccd4c8ed7ce54b1 100644 (file)
@@ -31,10 +31,10 @@ libswpipe = shared_library(
   link_args : [ld_args_bsymbolic, ld_args_gc_sections],
   link_with : [
     libglapi, libswhgl, libsthgl, libcompiler,
-    libmesa_gallium, libglsl, libnir, libgallium, libgl
+    libmesa_gallium, libglsl, libgallium, libgl
   ],
   dependencies : [
     driver_swrast, cpp.find_library('be'), cpp.find_library('translation'),
-    cpp.find_library('network'), dep_unwind, idep_mesautil,
+    cpp.find_library('network'), dep_unwind, idep_mesautil, idep_nir,
   ]
 )