Merge pull request #328907 from flokli/glew-egl

glew: default enableEGL to true
This commit is contained in:
Florian Klink 2024-07-22 00:41:14 +02:00 committed by GitHub
commit 80d2de8b7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,14 @@
{ lib, stdenv, fetchurl, fetchpatch, cmake, libGLU, libXmu, libXi, libXext
{ lib
, stdenv
, fetchurl
, fetchpatch
, cmake
, libGLU
, libXmu
, libXi
, libXext
, OpenGL
, enableEGL ? false
, enableEGL ? (!stdenv.isDarwin)
, testers
}: