Mesa (master): meson: use idep_nir instead of libnir in gallium nine

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


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

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

meson: use idep_nir instead of libnir in gallium nine

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

---

 src/gallium/targets/d3dadapter9/meson.build | 5 +++--
 1 file 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
   ],




More information about the mesa-commit mailing list