add propagated builds where needed to darwin frameworks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Epic weird knot-tying happening here.
|
||||
# TODO: clean up the process for generating this and include it
|
||||
|
||||
{ frameworks, libs, CF }:
|
||||
{ frameworks, libs, CF, libobjc, cf-private }:
|
||||
|
||||
with frameworks; with libs; {
|
||||
AGL = [ Carbon OpenGL ];
|
||||
@@ -21,7 +21,7 @@ with frameworks; with libs; {
|
||||
Automator = [];
|
||||
CFNetwork = [ CF ];
|
||||
CalendarStore = [];
|
||||
Cocoa = [];
|
||||
Cocoa = [ Foundation ];
|
||||
Collaboration = [];
|
||||
CoreAudio = [ CF IOKit ];
|
||||
CoreAudioKit = [ AudioUnit ];
|
||||
@@ -32,7 +32,7 @@ with frameworks; with libs; {
|
||||
CoreMIDIServer = [];
|
||||
CoreMedia = [ ApplicationServices AudioToolbox CoreAudio CF CoreGraphics CoreVideo ];
|
||||
CoreMediaIO = [ CF CoreMedia ];
|
||||
CoreText = [ CF CoreGraphics ];
|
||||
CoreText = [ CF CoreGraphics cf-private ];
|
||||
CoreVideo = [ ApplicationServices CF CoreGraphics IOSurface OpenGL ];
|
||||
CoreWLAN = [ SecurityFoundation ];
|
||||
DVComponentGlue = [ CoreServices QuickTime ];
|
||||
@@ -46,7 +46,7 @@ with frameworks; with libs; {
|
||||
ExceptionHandling = [];
|
||||
FWAUserLib = [];
|
||||
ForceFeedback = [ CF IOKit ];
|
||||
Foundation = [ CF Security ApplicationServices AppKit SystemConfiguration ];
|
||||
Foundation = [ CF libobjc Security ApplicationServices AppKit SystemConfiguration ];
|
||||
GLKit = [ CF ];
|
||||
GLUT = [ GL OpenGL ];
|
||||
GSS = [];
|
||||
|
||||
Reference in New Issue
Block a user