mesa: reenable XA for now

This commit is contained in:
Thibault Gagnaux
2025-03-31 10:16:58 +03:00
committed by K900
parent 9da5a97dab
commit a9df43c429
+5 -1
View File
@@ -200,7 +200,11 @@ in stdenv.mkDerivation {
(lib.mesonBool "gallium-nine" false) # Direct3D9 in Wine, largely supplanted by DXVK
(lib.mesonBool "osmesa" false) # deprecated upstream
(lib.mesonEnable "gallium-xa" false) # old and mostly dead
# Only used by xf86-video-vmware, which has more features than VMWare's KMS driver,
# so we're keeping it for now. Should be removed when that's no longer the case.
# See: https://github.com/NixOS/nixpkgs/pull/392492
(lib.mesonEnable "gallium-xa" true)
(lib.mesonBool "teflon" true) # TensorFlow frontend