Skip to content

Commit 6802820

Browse files
committed
mesa: build i915 driver
Turns out people still use those.
1 parent 6ba70cf commit 6802820

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/development/libraries/mesa/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
] ++ lib.optionals stdenv.hostPlatform.isx86 [
3131
"iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4
3232
"crocus" # Intel legacy, x86 only
33+
"i915" # Intel extra legacy, x86 only
3334
]
3435
else [ "auto" ]
3536
, vulkanDrivers ?

0 commit comments

Comments
 (0)