Merge pull request #214408 from K900/mesa-i686-fix

mesa: build Intel drivers on i686
This commit is contained in:
Weijia Wang
2023-02-04 23:38:49 +01:00
committed by GitHub
+3 -3
View File
@@ -28,9 +28,9 @@
"tegra" # Nvidia Tegra SoCs
"v3d" # Broadcom VC5 (Raspberry Pi 4)
"vc4" # Broadcom VC4 (Raspberry Pi 0-3)
] ++ lib.optionals stdenv.isx86_64 [
"iris" # new Intel, could work on non-x86_64 with PCIe cards, but doesn't build as of 22.3.4
"crocus" # Intel legacy, x86_64 only
] ++ lib.optionals stdenv.hostPlatform.isx86 [
"iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4
"crocus" # Intel legacy, x86 only
]
else [ "auto" ]
, vulkanDrivers ?