mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #14706 from acowley/frameworks-GL
frameworks: GL is undefined
This commit is contained in:
commit
d0f909a0a8
@ -48,7 +48,7 @@ with frameworks; with libs; {
|
||||
ForceFeedback = [ CF IOKit ];
|
||||
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
|
||||
GLKit = [ CF ];
|
||||
GLUT = [ GL OpenGL ];
|
||||
GLUT = [ OpenGL ];
|
||||
GSS = [];
|
||||
GameController = [];
|
||||
GameKit = [ Foundation ];
|
||||
|
Loading…
Reference in New Issue
Block a user