crocus: Support building on non-Intel

Ditto.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Cc: mesa-stable
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25882>
(cherry picked from commit 2552ac360d)
This commit is contained in:
Alyssa Rosenzweig
2023-10-25 08:38:10 -04:00
committed by Eric Engestrom
parent eb6e3a2a89
commit b42d824822
3 changed files with 3 additions and 5 deletions

View File

@@ -1468,10 +1468,6 @@ if get_option('intel-xe-kmd').enabled()
endif
if with_gallium_crocus and host_machine.cpu_family().startswith('x86') == false
error('Intel "crocus" Gallium driver requires x86 or x86_64 CPU family')
endif
if with_gallium_i915 and host_machine.cpu_family().startswith('x86') == false
error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family')
endif