forked from mirrors/nixpkgs
Merge pull request #45631 from gebner/mesa-texture-floats
mesa: enable texture floats
This commit is contained in:
commit
0406721734
|
@ -100,6 +100,7 @@ let self = stdenv.mkDerivation {
|
|||
"--with-dri-driverdir=$(drivers)/lib/dri"
|
||||
"--with-dri-searchpath=${libglvnd.driverLink}/lib/dri"
|
||||
"--with-platforms=x11,wayland,drm"
|
||||
"--enable-texture-float"
|
||||
]
|
||||
++ (optional (galliumDrivers != [])
|
||||
("--with-gallium-drivers=" +
|
||||
|
|
Loading…
Reference in a new issue