isl: the display engine requires 64B alignment for linear surfaces
[mesa.git] / meson.build
index 2d18881fff441d2ef572e886de654dd77008e592..44bc2f7c2a4036c54463c4a39462551f00a7b98f 100644 (file)
@@ -618,7 +618,8 @@ if with_gallium_st_nine
   if not with_gallium_softpipe
     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_r300 or with_gallium_svga or with_gallium_i915
+            or with_gallium_iris)
     error('The nine state tracker requires at least one non-swrast gallium driver.')
   endif
   if not with_dri3