From: Eric Engestrom Date: Tue, 24 Sep 2019 23:37:20 +0000 (+0100) Subject: meson: use idep_nir instead of libnir in haiku softpipe X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=612e70c594b43353eaeed048ccf60576e0bca297 meson: use idep_nir instead of libnir in haiku softpipe Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- diff --git a/src/gallium/targets/haiku-softpipe/meson.build b/src/gallium/targets/haiku-softpipe/meson.build index 139eb79a79d..d92f583210d 100644 --- a/src/gallium/targets/haiku-softpipe/meson.build +++ b/src/gallium/targets/haiku-softpipe/meson.build @@ -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, ] )