darwin: don't include cf-private in framework dependencies
Using cf-private can cause problems, it's better to include it explicitly in places where it's actually required.
This commit is contained in:
parent
73cdd5a476
commit
f2fadc0e91
@ -34,7 +34,7 @@ with frameworks; with libs; {
|
|||||||
CoreMIDIServer = [];
|
CoreMIDIServer = [];
|
||||||
CoreMedia = [ ApplicationServices AudioToolbox CoreAudio CF CoreGraphics CoreVideo ];
|
CoreMedia = [ ApplicationServices AudioToolbox CoreAudio CF CoreGraphics CoreVideo ];
|
||||||
CoreMediaIO = [ CF CoreMedia ];
|
CoreMediaIO = [ CF CoreMedia ];
|
||||||
CoreText = [ CF CoreGraphics cf-private ];
|
CoreText = [ CF CoreGraphics ];
|
||||||
CoreVideo = [ ApplicationServices CF CoreGraphics IOSurface OpenGL ];
|
CoreVideo = [ ApplicationServices CF CoreGraphics IOSurface OpenGL ];
|
||||||
CoreWLAN = [ SecurityFoundation ];
|
CoreWLAN = [ SecurityFoundation ];
|
||||||
DVComponentGlue = [ CoreServices QuickTime ];
|
DVComponentGlue = [ CoreServices QuickTime ];
|
||||||
@ -48,8 +48,7 @@ with frameworks; with libs; {
|
|||||||
ExceptionHandling = [];
|
ExceptionHandling = [];
|
||||||
FWAUserLib = [];
|
FWAUserLib = [];
|
||||||
ForceFeedback = [ CF IOKit ];
|
ForceFeedback = [ CF IOKit ];
|
||||||
# cf-private was moved first in list because of https://github.com/NixOS/nixpkgs/pull/28635
|
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
|
||||||
Foundation = [ cf-private CF libobjc Security ApplicationServices SystemConfiguration ];
|
|
||||||
GLKit = [ CF ];
|
GLKit = [ CF ];
|
||||||
GLUT = [ OpenGL ];
|
GLUT = [ OpenGL ];
|
||||||
GSS = [];
|
GSS = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user