Mesa (main): nine: add zink to the build target

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 18 18:06:21 UTC 2021


Module: Mesa
Branch: main
Commit: 4f86cd46eb2ae4d48886c4a68cf764fd3c31e9a3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f86cd46eb2ae4d48886c4a68cf764fd3c31e9a3

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Fri Jun 18 11:50:36 2021 -0400

nine: add zink to the build target

Reviewed-by: Axel Davy <davyaxel0 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11467>

---

 src/gallium/targets/d3dadapter9/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/d3dadapter9/meson.build b/src/gallium/targets/d3dadapter9/meson.build
index cc6c805641b..74085bbdafe 100644
--- a/src/gallium/targets/d3dadapter9/meson.build
+++ b/src/gallium/targets/d3dadapter9/meson.build
@@ -64,7 +64,7 @@ libgallium_nine = shared_library(
     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, driver_crocus
+    driver_i915, driver_svga, driver_iris, driver_crocus, driver_zink
   ],
   name_prefix : '',
   version : '.'.join(nine_version),



More information about the mesa-commit mailing list