mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
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:
parent
f91ffe1349
commit
4f86cd46eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue