forked from mirrors/nixpkgs
apple-sdk: add Metal framework for QuartzCore
This commit is contained in:
parent
9d2326c622
commit
43cda1b854
|
@ -73,6 +73,7 @@ with frameworks; with libs; {
|
|||
MapKit = [];
|
||||
MediaAccessibility = [ CF CoreGraphics CoreText QuartzCore ];
|
||||
MediaToolbox = [ AudioToolbox CF CoreMedia ];
|
||||
Metal = [];
|
||||
NetFS = [ CF ];
|
||||
OSAKit = [ Carbon ];
|
||||
OpenAL = [];
|
||||
|
@ -112,7 +113,7 @@ with frameworks; with libs; {
|
|||
JavaVM = [];
|
||||
OpenDirectory = [];
|
||||
Quartz = [ QuickLook QTKit ];
|
||||
QuartzCore = [ ApplicationServices CF CoreVideo OpenCL CoreImage ];
|
||||
QuartzCore = [ ApplicationServices CF CoreVideo OpenCL CoreImage Metal ];
|
||||
QuickTime = [ ApplicationServices AudioUnit Carbon CoreAudio CoreServices OpenGL QuartzCore ];
|
||||
|
||||
vmnet = [];
|
||||
|
|
Loading…
Reference in a new issue