diff options
author | Eric Engestrom <[email protected]> | 2019-09-25 00:37:00 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-07 21:49:40 +0100 |
commit | 1975c5a59dfc7d412115226e5f969328397747ff (patch) | |
tree | 2534788fdb281637dbc89ed49c599564886d6d59 /src/gallium/targets | |
parent | 140d7e8b3a37264898c75f4c49b5dad47824e98b (diff) |
meson: use idep_nir instead of libnir in gallium nine
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/d3dadapter9/meson.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/targets/d3dadapter9/meson.build b/src/gallium/targets/d3dadapter9/meson.build index 2ce9ecd6fc1..3adbe2f93b0 100644 --- a/src/gallium/targets/d3dadapter9/meson.build +++ b/src/gallium/targets/d3dadapter9/meson.build @@ -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 ], |