darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561)

This commit is contained in:
Finn Behrens 2022-02-23 21:57:01 +01:00 committed by GitHub
parent e898c019bb
commit 92074a45f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@
IOBluetooth = { inherit CoreBluetooth IOKit; };
IOBluetoothUI = { inherit IOBluetooth; };
IOKit = {};
IOSurface = { inherit IOKit xpc; };
IOSurface = { inherit IOKit Libsystem; };
IOUSBHost = {};
IdentityLookup = {};
ImageCaptureCore = {};