mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
build: fix nine compilation with only zink enabled as a gallium driver
fixes #5360 Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12943>
This commit is contained in:
parent
aff177a0ad
commit
b61e9345c1
1 changed files with 1 additions and 1 deletions
|
|
@ -819,7 +819,7 @@ if with_gallium_st_nine
|
|||
error('The nine state tracker requires gallium softpipe/llvmpipe.')
|
||||
elif not (with_gallium_radeonsi or with_gallium_nouveau or with_gallium_r600
|
||||
or with_gallium_r300 or with_gallium_svga or with_gallium_i915
|
||||
or with_gallium_iris or with_gallium_crocus)
|
||||
or with_gallium_iris or with_gallium_crocus or with_gallium_zink)
|
||||
error('The nine state tracker requires at least one non-swrast gallium driver.')
|
||||
endif
|
||||
if not with_dri3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue