nine: add zink to the build target

Reviewed-by: Axel Davy <davyaxel0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11467>
This commit is contained in:
Mike Blumenkrantz 2021-06-18 11:50:36 -04:00 committed by Marge Bot
parent f91ffe1349
commit 4f86cd46eb
1 changed files with 1 additions and 1 deletions

View File

@ -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),