diff options
author | Eric Engestrom <[email protected]> | 2019-09-25 00:37:20 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-07 21:49:40 +0100 |
commit | 612e70c594b43353eaeed048ccf60576e0bca297 (patch) | |
tree | 67d4a0cdcf7af9c0decd3be96d971c00128f721d /src/gallium/targets | |
parent | 1975c5a59dfc7d412115226e5f969328397747ff (diff) |
meson: use idep_nir instead of libnir in haiku softpipe
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/haiku-softpipe/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
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, ] ) |