darwin-frameworks: add import CoreFoundation to CoreServices
This commit is contained in:
parent
73d9cac377
commit
8ea702a484
@ -110,7 +110,8 @@ with frameworks; with libs; {
|
|||||||
ApplicationServices = [ CoreServices CoreText ImageIO ];
|
ApplicationServices = [ CoreServices CoreText ImageIO ];
|
||||||
Carbon = [ ApplicationServices CoreServices Foundation IOKit Security QuartzCore ];
|
Carbon = [ ApplicationServices CoreServices Foundation IOKit Security QuartzCore ];
|
||||||
CoreBluetooth = [];
|
CoreBluetooth = [];
|
||||||
CoreServices = [ CFNetwork CoreAudio CoreData DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
|
# TODO: figure out which part of the umbrella depends on CoreFoundation and move it there.
|
||||||
|
CoreServices = [ CFNetwork CoreFoundation CoreAudio CoreData DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
|
||||||
IOBluetooth = [ IOKit ];
|
IOBluetooth = [ IOKit ];
|
||||||
JavaVM = [];
|
JavaVM = [];
|
||||||
OpenDirectory = [];
|
OpenDirectory = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user