Merge pull request #318931 from reckenrode/mesa-darwin-libGLU-fix
mesa: disable glvnd on Darwin
This commit is contained in:
commit
9ea095f759
@ -270,6 +270,8 @@ self = stdenv.mkDerivation {
|
||||
(lib.mesonEnable "gallium-va" false)
|
||||
(lib.mesonEnable "gallium-xa" false)
|
||||
(lib.mesonEnable "lmsensors" false)
|
||||
# Don’t build with glvnd support to make sure Mesa builds libGL on Darwin
|
||||
(lib.mesonEnable "glvnd" false)
|
||||
] ++ lib.optionals enableOpenCL [
|
||||
# Clover, old OpenCL frontend
|
||||
(lib.mesonOption "gallium-opencl" "icd")
|
||||
|
Loading…
Reference in New Issue
Block a user