add propagated builds where needed to darwin frameworks

This commit is contained in:
Jude Taylor
2015-10-28 13:34:53 -07:00
parent 1786f6bd4d
commit c62cf0b5b3
3 changed files with 21 additions and 7 deletions
@@ -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 = [];